diff --git a/gulliver/system/class.bootstrap.php b/gulliver/system/class.bootstrap.php index ff19645a9..58066d358 100644 --- a/gulliver/system/class.bootstrap.php +++ b/gulliver/system/class.bootstrap.php @@ -717,7 +717,7 @@ class Bootstrap * @param string lang * @return void */ - public function LoadTranslationObject($lang = SYS_LANG) + public static function LoadTranslationObject($lang = SYS_LANG) { $defaultTranslations = Array(); $foreignTranslations = Array();