From 57fd7c84209d8d65f02c30d020f14b2c18f25d9f Mon Sep 17 00:00:00 2001 From: "Paula V. Quispe" Date: Mon, 30 Nov 2015 12:44:26 -0400 Subject: [PATCH] PM-4243 --- gulliver/system/class.bootstrap.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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();