From 64fc50d0fcf73bdff5f0d97f10e2642949485352 Mon Sep 17 00:00:00 2001 From: Petr Skoda Date: Sun, 2 May 2010 17:05:35 +0000 Subject: [PATCH] MDL-21655 fixing regression, manager does not need mnet caps --- lib/db/access.php | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/db/access.php b/lib/db/access.php index df29ea0da9f..0197a5e7516 100644 --- a/lib/db/access.php +++ b/lib/db/access.php @@ -1345,7 +1345,6 @@ $capabilities = array( 'captype' => 'read', 'contextlevel' => CONTEXT_SYSTEM, 'legacy' => array( - 'manager' => CAP_ALLOW ) ),