1
0
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:
Cameron
2016-04-08 15:22:26 -07:00
parent 7679a0afc6
commit d54f3fe8af
2 changed files with 10 additions and 2 deletions

View File

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