Add missing 'this'
This commit is contained in:
parent
2b5075b2f4
commit
403ab64339
|
|
@ -250,7 +250,7 @@ if (!class_exists('switch_settings')) {
|
||||||
}
|
}
|
||||||
$i++;
|
$i++;
|
||||||
}
|
}
|
||||||
$db->exec(check_sql($sql));
|
$this->db->exec(check_sql($sql));
|
||||||
unset($missing);
|
unset($missing);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue