]> git.mxchange.org Git - friendica.git/blobdiff - mod/network.php
Fix fatal error because of unknown function "fetchUrl"
[friendica.git] / mod / network.php
index 1aa8046db1dac105d954c8e0f5431e159d6dfb77..a3eb169839427274879ab9cdb1a71745ccec55a9 100644 (file)
@@ -305,7 +305,7 @@ function network_content(App $a, $update = 0, $parent = 0)
        }
 
        if ($o === '') {
-               notice("No items found");
+               notice(DI::l10n()->t("No items found"));
        }
 
        return $o;