A major upgrade from 14.10.0 to the 15.0.0 version will be performed on Friday, May 27 starting at 8 pm UTC up to 8.20 pm UTC. A short 20 min downtime is expected.
debugging('Uploading directly to user private files area is deprecated. Upload to a draft area and then move the files with core_user::add_user_private_files');
thrownewmoodle_exception('privatefilesupload');
}
$browser=get_file_browser();
...
...
@@ -386,128 +385,3 @@ class core_files_external extends external_api {
);
}
}
/**
* Deprecated files external functions
*
* @package core_files
* @copyright 2010 Dongsheng Cai
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
* @since Moodle 2.0
* @deprecated Moodle 2.2 MDL-29106 - Please do not use this class any more.
* @see core_files_external
*/
classmoodle_file_externalextendsexternal_api{
/**
* Returns description of get_files parameters
*
* @return external_function_parameters
* @since Moodle 2.0
* @deprecated Moodle 2.2 MDL-29106 - Please do not call this function any more.