silence php notices about $manual_id not being defined
This commit is contained in:
parent
a8cea3f30c
commit
0a32370e32
|
@ -35,7 +35,7 @@ function poller_run($argv, $argc){
|
|||
q("DELETE FROM `cache` WHERE `updated`<'%s'",
|
||||
dbesc(datetime_convert('UTC','UTC',"now - 30 days")));
|
||||
|
||||
|
||||
$manual_id = 0;
|
||||
$hub_update = false;
|
||||
$force = false;
|
||||
|
||||
|
|
Loading…
Reference in a new issue