瀏覽代碼

* Moderators are not available for forum-link.

Visman 6 年之前
父節點
當前提交
2af5aede78
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      app/Models/Pages/Profile/Mod.php

+ 1 - 1
app/Models/Pages/Profile/Mod.php

@@ -132,7 +132,7 @@ class Mod extends Profile
                     'type'     => 'checkbox',
                     'value'    => $forum->id,
                     'checked'  => isset($this->curForums[$forum->id]) && $this->curUser->isModerator($forum),
-                    'disabled' => ! isset($this->curForums[$forum->id]),
+                    'disabled' => ! isset($this->curForums[$forum->id]) || '' != $this->curForums[$forum->id]->redirect_url,
                     'caption'  => \ForkBB\__('Moderator label'),
                 ];
                 $form['sets']["forum{$forum->id}"] = [