songxingwei 2 rokov pred
rodič
commit
ccb2d7b18c
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  1. 1 1
      application/admin/controller/Auth.php

+ 1 - 1
application/admin/controller/Auth.php

@@ -174,7 +174,7 @@ class Auth extends Controller
     {
         $this->applyCsrfToken();
         $log = ['action'=>'权限管理'];
-        $this->_delete($this->table);
+        $this->_delete($this->table,$log);
     }
 
     /**