mirror of
https://github.com/moodle/moodle.git
synced 2025-08-07 01:46:45 +02:00
Merge branch 'dev_MDL-33513_files_source' of git://github.com/danpoltawski/moodle
This commit is contained in:
commit
cd925ac79b
13 changed files with 180 additions and 32 deletions
|
@ -152,6 +152,16 @@ class repository_filesystem extends repository {
|
|||
return array('path'=>$file, 'url'=>'');
|
||||
}
|
||||
|
||||
/**
|
||||
* Return the source information
|
||||
*
|
||||
* @param stdClass $filepath
|
||||
* @return string|null
|
||||
*/
|
||||
public function get_file_source_info($filepath) {
|
||||
return $filepath;
|
||||
}
|
||||
|
||||
public function logout() {
|
||||
return true;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue