From 5dd7e903ff1698dcf2b6bbd821c31720d169fb83 Mon Sep 17 00:00:00 2001 From: Sam Hemelryk Date: Thu, 6 Jan 2011 11:43:20 +0800 Subject: [PATCH] lib-db-access MDL-25672 editingteacher can no longer delete courses by default. --- lib/db/access.php | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/db/access.php b/lib/db/access.php index 38729ea1c35..e3e6d68c8a6 100644 --- a/lib/db/access.php +++ b/lib/db/access.php @@ -727,7 +727,6 @@ $capabilities = array( 'captype' => 'write', 'contextlevel' => CONTEXT_COURSE, 'archetypes' => array( - 'editingteacher' => CAP_ALLOW, 'manager' => CAP_ALLOW ) ), -- 2.43.0