1
0
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:
Cameron
2015-03-07 16:30:46 -08:00
parent 3134d75d00
commit 1e5ab81afe
3 changed files with 76 additions and 47 deletions

View File

@@ -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