* The admin is unrestricted and can modify the efforts of any person.

This commit is contained in:
hufangzhou
2023-12-15 14:11:52 +08:00
parent 8415e68eaa
commit 15935f37e4
+2
View File
@@ -4013,6 +4013,8 @@ EOF;
*/
public function canOperateEffort($effort)
{
if($this->app->user->admin) return true;
if(empty($effort)) return true;
$actor = $effort->account;