DataObjects/Core_template.php
authorAlan <alan@roojs.com>
Fri, 24 Feb 2023 06:26:15 +0000 (14:26 +0800)
committerAlan <alan@roojs.com>
Fri, 24 Feb 2023 06:26:15 +0000 (14:26 +0800)
DataObjects/Core_template.php

index bf66eeb..f77fccf 100644 (file)
@@ -471,7 +471,7 @@ class Pman_Core_DataObjects_Core_template  extends DB_DataObject
             
             throw new Exception("oops");
         }
-        
+        return;
         $words[] =  str_replace('\\'. $ct, $ct, trim($tok[1] , $ct));
         $words = array_unique($words);