From 7789b8b7b27edb78335ddf26ee8f9eb1464f3497 Mon Sep 17 00:00:00 2001 From: leon Date: Wed, 2 Aug 2023 12:47:08 +0800 Subject: [PATCH] DataObjects/Core_templatestr.php --- DataObjects/Core_templatestr.php | 1 + 1 file changed, 1 insertion(+) diff --git a/DataObjects/Core_templatestr.php b/DataObjects/Core_templatestr.php index 76ad321b..1d8b0863 100644 --- a/DataObjects/Core_templatestr.php +++ b/DataObjects/Core_templatestr.php @@ -96,6 +96,7 @@ class Pman_Core_DataObjects_Core_templatestr extends DB_DataObject } $cols = $ff['DataObjects_Core_templatestr']['tables'][$tn]; + $deactive = array(); foreach($cols as $c) { $x = $this->factory($this->tableName()); -- 2.39.2