mirror of
https://github.com/e107inc/e107.git
synced 2025-08-03 21:27:25 +02:00
Notice removal
This commit is contained in:
@@ -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;
|
||||||
|
Reference in New Issue
Block a user