diff --git a/Application/Admin/Controller/MemberController.class.php b/Application/Admin/Controller/MemberController.class.php index 45e385a50..abcf1b81b 100644 --- a/Application/Admin/Controller/MemberController.class.php +++ b/Application/Admin/Controller/MemberController.class.php @@ -1705,7 +1705,6 @@ class MemberController extends ThinkController if($op_name){ $option['op_name'] = $op_name; } - $this->addOperationLog($option); - # code... + addOperationLog($option); } } \ No newline at end of file