Bugfix ...
This commit is contained in:
parent
bf9ab389a2
commit
d5f2d9b39a
1 changed files with 3 additions and 0 deletions
|
@ -140,6 +140,9 @@ function nodeinfo_plugin_enabled($plugin) {
|
||||||
}
|
}
|
||||||
|
|
||||||
function nodeinfo_cron() {
|
function nodeinfo_cron() {
|
||||||
|
|
||||||
|
$a = get_app();
|
||||||
|
|
||||||
if (!get_config("system", "nodeinfo"))
|
if (!get_config("system", "nodeinfo"))
|
||||||
return;
|
return;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue