From 0a32be6e2e729add5851e46aeea4f081c55a26ce Mon Sep 17 00:00:00 2001 From: wangyidong Date: Wed, 31 Mar 2021 16:27:26 +0800 Subject: [PATCH] * fix bug #11064. --- module/todo/control.php | 1 - 1 file changed, 1 deletion(-) diff --git a/module/todo/control.php b/module/todo/control.php index d751c4c6a4..25c7374816 100644 --- a/module/todo/control.php +++ b/module/todo/control.php @@ -423,7 +423,6 @@ class todo extends control else { $this->todo->delete(TABLE_TODO, $todoID); - $this->loadModel('action')->create('todo', $todoID, 'erased'); /* if ajax request, send result. */ if($this->server->ajax)