mirror of
https://github.com/e107inc/e107.git
synced 2025-04-14 01:22:13 +02:00
Registered event session fix.
This commit is contained in:
parent
7679a0afc6
commit
d54f3fe8af
@ -699,10 +699,9 @@ $override = e107::getSingleton('override', true); //TODO - find & replace $overr
|
||||
$e_userclass = e107::getUserClass(); //TODO - find & replace $e_userclass, $e107->user_class
|
||||
|
||||
|
||||
|
||||
e107::getEvent()->init();
|
||||
e107::getNotify()->registerEvents();
|
||||
|
||||
|
||||
//
|
||||
// O: Start user session
|
||||
//
|
||||
|
@ -36,6 +36,14 @@ class e107_event
|
||||
function __construct()
|
||||
{
|
||||
|
||||
|
||||
|
||||
}
|
||||
|
||||
|
||||
public function init()
|
||||
{
|
||||
|
||||
$temp = e107::getAddonConfig('e_event');
|
||||
|
||||
if(!empty($temp))
|
||||
@ -57,6 +65,7 @@ class e107_event
|
||||
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user