NOBUG: moodle/blog:manageexternal is SYSTEM cap, not USER at all
This commit is contained in:
+1
-1
@@ -1067,7 +1067,7 @@ $capabilities = array(
|
||||
'riskbitmask' => RISK_SPAM,
|
||||
|
||||
'captype' => 'write',
|
||||
'contextlevel' => CONTEXT_USER,
|
||||
'contextlevel' => CONTEXT_SYSTEM,
|
||||
'archetypes' => array(
|
||||
'student' => CAP_ALLOW,
|
||||
'user' => CAP_ALLOW,
|
||||
|
||||
+1
-1
@@ -29,7 +29,7 @@
|
||||
|
||||
defined('MOODLE_INTERNAL') || die();
|
||||
|
||||
$version = 2010111702; // YYYYMMDD = date of the last version bump
|
||||
$version = 2010111703; // YYYYMMDD = date of the last version bump
|
||||
// XX = daily increments
|
||||
|
||||
$release = '2.0 RC2 (Build: 20101119)'; // Human-friendly version name
|
||||
|
||||
Reference in New Issue
Block a user