Closed luutruong closed 6 years ago
E debug thì error đó ra NULL
nên ko có error nào cả. Nhưng mà XF2 ko có kiểu exception ko có error thì chơi noPermission a nhỉ?
Uh, gọi cái noPermission($error)
mới đúng.
Nó ko có gọi.
Trước e dùng: $controller->errorException(...)
. A coi có hàm nào okie ko ạ :D
Đoạn:
if (!$handler->canManageAttachments($context)) {
throw $this->controller->exception($this->controller->noPermission());
}
Sửa thành:
if (!$handler->canManageAttachments($context, $error)) {
throw $this->controller->exception($this->controller->noPermission($error));
}
Chắc okie.
Đã sửa rồi đó anh.
Cái này sai sai nhỉ. Nếu không có error thì xài error default gì đấy mới đúng chứ sao lại ignore error luôn huh?