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

index d90d292..6b0b3d7 100644 (file)
@@ -445,7 +445,7 @@ WHERE (
         textdomain($clsname);   
                  
                  ");
-        
+        exit;
         setlocale(LC_MESSAGES, $lang); 
         bindtextdomain($clsname, $compileDir);
         textdomain($clsname);