Fix Core load event manager

This commit is contained in:
Romain Neutron
2011-12-27 15:35:03 +01:00
parent e3727938fb
commit affd3e28e0
3 changed files with 6 additions and 12 deletions

View File

@@ -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";