mirror of
https://github.com/e107inc/e107.git
synced 2025-08-11 09:04:38 +02:00
Registered event session fix.
This commit is contained in:
@@ -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
|
||||
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user