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