X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=mod%2Fapps.php;h=7a0a3f59ea1d62636a28bd7eb0bc90ac855c700c;hb=454ff3c7f0a4729dbf9a9dd116325630a193f0fb;hp=1d08d2e7f6954a2ea532f52578164cbeba99218a;hpb=3d1b153decac09a4e1f25fdea9d381f8f1770e2f;p=friendica.git diff --git a/mod/apps.php b/mod/apps.php index 1d08d2e7f6..7a0a3f59ea 100644 --- a/mod/apps.php +++ b/mod/apps.php @@ -7,7 +7,8 @@ function apps_content(&$a) { if($a->apps) $o .= $a->apps; - + else + notice( t('No installed applications.') . EOL); return $o;