From 2e190acf64e58e1dfec0d9c103ccfcc80ce1805e Mon Sep 17 00:00:00 2001 From: SteveD Date: Tue, 19 Feb 2013 20:48:39 +0000 Subject: [PATCH] Missing $sql value --- e107_admin/notify.php | 1 + 1 file changed, 1 insertion(+) diff --git a/e107_admin/notify.php b/e107_admin/notify.php index 440d6f37c..3f8d16dd2 100644 --- a/e107_admin/notify.php +++ b/e107_admin/notify.php @@ -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);