From: Alan Date: Fri, 24 Feb 2023 06:20:09 +0000 (+0800) Subject: DataObjects/Core_template.php X-Git-Url: http://git.roojs.org/?a=commitdiff_plain;h=13a8ca653526a8901165730968e642eb5a80afab;p=Pman.Core DataObjects/Core_template.php --- diff --git a/DataObjects/Core_template.php b/DataObjects/Core_template.php index 1e28d28a..becb9d46 100644 --- a/DataObjects/Core_template.php +++ b/DataObjects/Core_template.php @@ -460,7 +460,9 @@ class Pman_Core_DataObjects_Core_template extends DB_DataObject $ar = preg_match('/\.\("^("+)"\)/', $fc, $outd); print_R($outd); $ar = preg_match('/\.\('. "'" . '(^"+)'. "'" . '\)/', $fc, $outs); - print_R($outs);exit; + print_R($outs); + + throw new Exception("oops"); $words[] = str_replace('\\'. $ct, $ct, trim($tok[1] , $ct)); $words = array_unique($words);