handlers: HandlerPageEdit: canAccess(): Check with effectivePermisisons()

Цей коміт міститься в:
2021-10-25 18:07:23 +02:00
джерело 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()