aboutsummaryrefslogtreecommitdiffstats
path: root/lib.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib.php')
-rw-r--r--lib.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib.php b/lib.php
index f18d468..d300b03 100644
--- a/lib.php
+++ b/lib.php
@@ -154,6 +154,7 @@ class l10n
}
if (file_exists($po_file)) {
+ require_once('langs/php-mo.php');
$dictionary = phpmo_parse_po_file($po_file);
foreach ($dictionary as $key => $value) {