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

index f62d09d..3d27cda 100644 (file)
@@ -445,7 +445,7 @@ WHERE (
         textdomain($clsname);   
                  
                  ");
-        exit;
+        //exit;
         setlocale(LC_MESSAGES, $lang); 
         bindtextdomain($clsname, $compileDir);
         textdomain($clsname);