diff --git a/module/custom/model.php b/module/custom/model.php index daf60d728b..9fefa77e1c 100644 --- a/module/custom/model.php +++ b/module/custom/model.php @@ -548,6 +548,5 @@ class customModel extends model { $this->dao->update(TABLE_BLOCK)->set("`title` = REPLACE(`title`, '{$commonList[$oldIndex]}', '{$commonList[$newIndex]}')")->where('source')->eq('product')->exec(); } - exit; } }