Missing $db in upnp

This commit is contained in:
Alan Garcia 2014-03-26 14:05:51 +00:00
parent 7cd158c45c
commit e79d6d6595
1 changed files with 1 additions and 1 deletions

View File

@ -108,7 +108,7 @@ class m_upnp {
/** cron launched every minute to check the status of UPnP forwarding
*/
function cron() {
global $hooks,$L_INTERNAL_IP,$PUBLIC_IP;
global $hooks,$db,$L_INTERNAL_IP,$PUBLIC_IP;
// if we check anything less than 5 minutes ago, or if the upnp table is empty, let's make a check...
$db->query("SELECT UNIX_TIMESTAMP(lastcheck) AS lc, * FROM upnp ORDER BY lastcheck ASC;");
$forwards=array();