1
0
mirror of https://github.com/e107inc/e107.git synced 2025-07-31 11:50:30 +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['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;