This commit is contained in:
lichengjun
2021-09-17 07:14:30 +00:00
parent ed613b4377
commit b1dfaa21bb
+1 -1
View File
@@ -49,7 +49,7 @@
<?php
if($this->session->todoList)
{
$browseLink = $this->session->todoList;
$browseLink = empty($todo->deleted) ? $this->session->todoList : $this->createLink('action', 'trash');
}
elseif($todo->account == $app->user->account)
{