mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-17 23:13:15 +00:00
Fix Core load event manager
This commit is contained in:
@@ -269,12 +269,6 @@ class phrasea
|
||||
return $user->ACL()->get_granted_base() > 0;
|
||||
}
|
||||
|
||||
public static function load_events()
|
||||
{
|
||||
$events = eventsmanager_broker::getInstance(appbox::get_instance());
|
||||
$events->start();
|
||||
}
|
||||
|
||||
public static function use_i18n($locale, $textdomain = 'phraseanet')
|
||||
{
|
||||
$codeset = "UTF-8";
|
||||
|
Reference in New Issue
Block a user