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