Merge branch 'MDL-51772-28' of git://github.com/jleyva/moodle into MOODLE_28_STABLE
This commit is contained in:
@@ -465,6 +465,15 @@ $functions = array(
|
||||
'capabilities'=> '',
|
||||
),
|
||||
|
||||
'core_user_add_user_private_files' => array(
|
||||
'classname' => 'core_user_external',
|
||||
'methodname' => 'add_user_private_files',
|
||||
'classpath' => 'user/externallib.php',
|
||||
'description' => 'Copy files from a draft area to users private files area.',
|
||||
'type' => 'write',
|
||||
'capabilities' => 'moodle/user:manageownfiles',
|
||||
),
|
||||
|
||||
// === enrol related functions ===
|
||||
|
||||
'core_enrol_get_enrolled_users_with_capability' => array(
|
||||
|
||||
+1
-1
@@ -29,7 +29,7 @@
|
||||
|
||||
defined('MOODLE_INTERNAL') || die();
|
||||
|
||||
$version = 2014111008.06; // 20141110 = branching date YYYYMMDD - do not modify!
|
||||
$version = 2014111008.07; // 20141110 = branching date YYYYMMDD - do not modify!
|
||||
// RR = release increments - 00 in DEV branches.
|
||||
// .XX = incremental changes.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user