handlers: HandlerPageEdit: canAccess(): Check with effectivePermisisons()
This commit is contained in:
父節點
6304554358
當前提交
ad42c0f046
@ -25,7 +25,7 @@ SOFTWARE.
|
||||
#include "../parser.h"
|
||||
bool HandlerPageEdit::canAccess([[maybe_unused]] std::string page)
|
||||
{
|
||||
return this->userSession->user.permissions.canEdit();
|
||||
return effectivePermissions(page).canEdit();
|
||||
}
|
||||
|
||||
bool HandlerPageEdit::pageMustExist()
|
||||
|
Loading…
Reference in New Issue
Block a user