* Finish task #86282.

This commit is contained in:
hufangzhou
2023-03-10 09:05:13 +00:00
parent dab24ee41a
commit 73cccb2d61
3 changed files with 5 additions and 8 deletions
+1 -1
View File
@@ -740,6 +740,6 @@ class group extends control
*/
public function ajaxUpdatePrivOrder()
{
$this->group->updatePrivOrder();
if(!empty($_POST)) $this->group->updatePrivOrder();
}
}