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

index 1492f52..974d172 100644 (file)
@@ -583,6 +583,12 @@ WHERE (
             // then in theory there are no translations
             return false;
         }
+
+        if($clsname != 'pman_pressrelease_distributionreport') {
+            var_dump($clsname);
+            var_dumP($lang);
+            die('b');
+        }
         if (file_exists($fname) && strtotime($ts->updated) < filemtime($fname)) {
             return $fname; // file exists and is newer than our updated line.
         }