mirror of
https://github.com/e107inc/e107.git
synced 2025-08-13 18:14:26 +02:00
Notifications were failing under some circumstance. 'Email address' option now working again.
This commit is contained in:
@@ -669,10 +669,9 @@ $override = e107::getSingleton('override', true); //TODO - find & replace $overr
|
||||
$e_userclass = e107::getUserClass(); //TODO - find & replace $e_userclass, $e107->user_class
|
||||
|
||||
|
||||
if(!empty($pref['notify']))
|
||||
{
|
||||
e107::getNotify()->registerEvents();
|
||||
}
|
||||
|
||||
e107::getNotify()->registerEvents();
|
||||
|
||||
|
||||
//
|
||||
// O: Start user session
|
||||
|
Reference in New Issue
Block a user