DataObjects/Core_template.php
authorAlan Knowles <alan@roojs.com>
Fri, 4 Dec 2020 04:38:27 +0000 (12:38 +0800)
committerAlan Knowles <alan@roojs.com>
Fri, 4 Dec 2020 04:38:27 +0000 (12:38 +0800)
DataObjects/Core_template.php

index 77ea91b..fb621e0 100644 (file)
@@ -440,7 +440,7 @@ WHERE (
         $fname = "{$fdir}/{$clsname}.mo";
         
         setlocale(LC_MESSAGES, $lang); 
-        bindtextdomain($clsname, $fdir);
+        bindtextdomain($clsname, $compileDir);
         textdomain($clsname);
         
         $done[$clsname.':'.$lang] = 1;