summaryrefslogtreecommitdiff
path: root/framework/I18N/core/Gettext/MO.php
diff options
context:
space:
mode:
Diffstat (limited to 'framework/I18N/core/Gettext/MO.php')
-rw-r--r--framework/I18N/core/Gettext/MO.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/I18N/core/Gettext/MO.php b/framework/I18N/core/Gettext/MO.php
index 3e84ef2e..1afb5ea5 100644
--- a/framework/I18N/core/Gettext/MO.php
+++ b/framework/I18N/core/Gettext/MO.php
@@ -77,7 +77,7 @@ class TGettext_MO extends TGettext
* @return object File_Gettext_MO
* @param string $file path to GNU MO file
*/
- function TGettext_MO($file = '')
+ function __construct($file = '')
{
$this->file = $file;
}