DataObjects/Core_template.php
authorleon <leon@roojs.com>
Thu, 20 Jul 2023 03:54:58 +0000 (11:54 +0800)
committerleon <leon@roojs.com>
Thu, 20 Jul 2023 03:54:58 +0000 (11:54 +0800)
DataObjects/Core_template.php

index 1874630..8095ceb 100644 (file)
@@ -587,6 +587,9 @@ WHERE (
         if (file_exists($fname) && strtotime($ts->updated) < filemtime($fname)) {
             return $fname; // file exists and is newer than our updated line.
         }
+        if($clsname == 'publisher_insightsreport_volumeovertime' && $lang == 'zh_CN') {
+            die('b');
+        }
         //DB_DataObject::debugLevel(1);
 
         $ts = $this->factoryStr();