1
0
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:
SteveD
2013-02-19 20:48:39 +00:00
parent a6adeca93c
commit 2e190acf64

View File

@@ -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);