1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-03 21:27:25 +02:00

Notice removal

This commit is contained in:
Cameron
2014-02-04 06:49:25 -08:00
parent 8d689f2d94
commit 8c49efe1b1

View File

@@ -33,11 +33,11 @@ class notify
{ {
if ($status['class'] != 255) if ($status['class'] != 255)
{ {
if($status['include']) // Plugin if(varset($status['include'])) // Plugin
{ {
$include = e_PLUGIN.$status['include']."/e_notify.php"; $include = e_PLUGIN.$status['include']."/e_notify.php";
if($status['legacy'] != 1) if(varset($status['legacy']) != 1)
{ {
$class = $status['include']."_notify"; $class = $status['include']."_notify";
$method = $id; $method = $id;