From 368228445210b5caa95daf8e1df0f4ecac5d3001 Mon Sep 17 00:00:00 2001
From: PavelBegunkov <asml.Silence@gmail.com>
Date: Tue, 30 Dec 2014 00:10:50 +0300
Subject: [PATCH] access rights: inexcusable mistake

---
 db/fix.sql | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/db/fix.sql b/db/fix.sql
index 4ec103328..a698ca32f 100644
--- a/db/fix.sql
+++ b/db/fix.sql
@@ -40,9 +40,9 @@ INSERT INTO `page_access` (`ID`, `Pagename`, `Bitmask`) VALUES
 (20, 'handler:AdmStudents', 8),
 (21, 'handler:AdmTeachers', 8),
 (22, 'handler:GetHelp', 1),
-(23, 'handler:Map', 2),
-(24, 'handler:Rating', 2),
+(23, 'handler:Map', 4),
+(24, 'handler:Rating', 4),
 (25, 'handler:Settings', 1),
-(26, 'teacher:exam', 2),
+(26, 'teacher:exam', 4),
 (27, 'dean_office:index', 24);
 
-- 
GitLab