mirror of
https://github.com/e107inc/e107.git
synced 2025-08-05 14:17:49 +02:00
Missing $sql value
This commit is contained in:
@@ -82,6 +82,7 @@ class notify_config
|
|||||||
$ns = e107::getRender();
|
$ns = e107::getRender();
|
||||||
$tp = e107::getParser();
|
$tp = e107::getParser();
|
||||||
$pref = e107::getPref();
|
$pref = e107::getPref();
|
||||||
|
$sql = e107::getDb();
|
||||||
|
|
||||||
$this -> notify_prefs = $sysprefs -> get('notify_prefs');
|
$this -> notify_prefs = $sysprefs -> get('notify_prefs');
|
||||||
$this -> notify_prefs = $eArrayStorage -> ReadArray($this -> notify_prefs);
|
$this -> notify_prefs = $eArrayStorage -> ReadArray($this -> notify_prefs);
|
||||||
|
Reference in New Issue
Block a user