This commit is contained in:
friendica
2014-06-10 22:35:15 -07:00
parent 13ba9ef003
commit 3dfcfbf85c
4 changed files with 6 additions and 6 deletions

View File

@@ -23,7 +23,7 @@ function apps_content(&$a) {
}
usort($syslist,'app_name_compare');
logger('apps: ' . print_r($syslist,true));
// logger('apps: ' . print_r($syslist,true));
foreach($syslist as $app) {
$apps[] = app_render($app,$mode);