]> git.mxchange.org Git - friendica.git/commitdiff
Bugfix ...
authorMichael Vogel <icarus@dabo.de>
Tue, 11 Aug 2015 21:50:31 +0000 (23:50 +0200)
committerMichael Vogel <icarus@dabo.de>
Tue, 11 Aug 2015 21:50:31 +0000 (23:50 +0200)
mod/nodeinfo.php

index b4f0428f9bc42120d7ae1c933c97f9bcce0be476..d19d0fc9943f3d892d6045fcc0e05e1ecf41561d 100644 (file)
@@ -140,6 +140,9 @@ function nodeinfo_plugin_enabled($plugin) {
 }
 
 function nodeinfo_cron() {
+
+       $a = get_app();
+
        if (!get_config("system", "nodeinfo"))
                return;