From 8c49efe1b1e4289263f592e3a948422035815906 Mon Sep 17 00:00:00 2001 From: Cameron Date: Tue, 4 Feb 2014 06:49:25 -0800 Subject: [PATCH] Notice removal --- e107_handlers/notify_class.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/e107_handlers/notify_class.php b/e107_handlers/notify_class.php index 56e269506..1fbe517d6 100644 --- a/e107_handlers/notify_class.php +++ b/e107_handlers/notify_class.php @@ -33,11 +33,11 @@ class notify { if ($status['class'] != 255) { - if($status['include']) // Plugin + if(varset($status['include'])) // Plugin { $include = e_PLUGIN.$status['include']."/e_notify.php"; - if($status['legacy'] != 1) + if(varset($status['legacy']) != 1) { $class = $status['include']."_notify"; $method = $id;