X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=mod%2Fapps.php;h=7a0a3f59ea1d62636a28bd7eb0bc90ac855c700c;hb=53653f6a4d6b4c9d348d7e9d8eb1648469b031af;hp=58752de32231fbaf90b76ae3d84c2f9e16d2ed37;hpb=681885a120fb44ddb0cee5cab1191a6aea67b3e0;p=friendica.git diff --git a/mod/apps.php b/mod/apps.php index 58752de322..7a0a3f59ea 100644 --- a/mod/apps.php +++ b/mod/apps.php @@ -5,10 +5,10 @@ function apps_content(&$a) { $o .= '

' . t('Applications') . '

'; - $o .= '
' . t('Private Notes') . '
'; - if($a->apps) $o .= $a->apps; + else + notice( t('No installed applications.') . EOL); return $o;