mirror of
https://github.com/e107inc/e107.git
synced 2025-08-23 14:44:29 +02:00
PDO Install enabled. PHP Notice fixes.
This commit is contained in:
@@ -40,7 +40,7 @@ class notify
|
||||
{
|
||||
$active = e107::getConfig()->get('notify');
|
||||
|
||||
if(empty($active) && e_PAGE == 'notify.php')
|
||||
if(empty($active) && defset('e_PAGE') == 'notify.php')
|
||||
{
|
||||
e107::getMessage()->addDebug('Notify is disabled!');
|
||||
return false;
|
||||
|
Reference in New Issue
Block a user