Bugfix ...

This commit is contained in:
Michael Vogel 2015-08-11 23:50:31 +02:00
parent bf9ab389a2
commit d5f2d9b39a
1 changed files with 3 additions and 0 deletions

View File

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