From 6f2f6c839d759df25e9a1f40814636b80d7be86c Mon Sep 17 00:00:00 2001 From: Vincent Zanotti Date: Mon, 3 Jan 2011 15:48:59 +0100 Subject: [PATCH] Changes the permissions for the GoogleApps handler to 'mail', since it doesn't work yet for masters/PhDs. Signed-off-by: Vincent Zanotti --- core | 2 +- modules/googleapps.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/core b/core index 80c3b57..a59a444 160000 --- a/core +++ b/core @@ -1 +1 @@ -Subproject commit 80c3b5792bea15876ef8f79b8a64421733c1c001 +Subproject commit a59a4446b3f96e25620e98d4aab14860dd2ee951 diff --git a/modules/googleapps.php b/modules/googleapps.php index 263a24d..cbbbb11 100644 --- a/modules/googleapps.php +++ b/modules/googleapps.php @@ -29,7 +29,7 @@ class GoogleAppsModule extends PLModule } return array( - 'googleapps' => $this->make_hook('index', AUTH_MDP), + 'googleapps' => $this->make_hook('index', AUTH_MDP, 'mail'), 'admin/googleapps' => $this->make_hook('admin', AUTH_MDP, 'admin'), 'admin/googleapps/job' => $this->make_hook('admin_job', AUTH_MDP, 'admin'), 'admin/googleapps/user' => $this->make_hook('admin_user', AUTH_MDP, 'admin'), -- 2.1.4