mirror of
https://github.com/e107inc/e107.git
synced 2025-08-31 18:11:56 +02:00
Fixes #1213 - Auto-language file loading disabled when admin-ui active. Example language-file loading added to plugin-builder.
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
if (!defined('e107_INIT')) { exit; }
|
||||
|
||||
|
||||
class e_event_social //FIXME should be 'social_event'
|
||||
class social_event
|
||||
{
|
||||
|
||||
/*
|
||||
@@ -24,6 +24,12 @@ class e_event_social //FIXME should be 'social_event'
|
||||
}
|
||||
|
||||
|
||||
function config()
|
||||
{
|
||||
|
||||
|
||||
}
|
||||
|
||||
} //end class
|
||||
|
||||
?>
|
Reference in New Issue
Block a user