$string['remoterep_description'] = 'Allow the service to be discovered<br><br>';
$string['connectionfailure'] = 'Failed to retrieve file listing - The host moodle has either a version older than 2.0, either its Moodle Remote Repository service hasn\'t been activated';
$string['failtoretrievelist'] = 'List could not be retrieved or is empty';
-$string['usernotfound'] = 'The user $a is not registered into the remote Moodle';
\ No newline at end of file
+$string['usernotfound'] = 'The user $a is not registered into the remote Moodle';
+$string['usercannotaccess'] = 'You ($a) cannot access to this file';
\ No newline at end of file
$browser = get_file_browser();
$fileinfo = $browser->get_file_info(get_context_instance_by_id($contextid), $filearea, $itemid, $filepath, $filename);
- $this->log($fileinfo);
if (empty($fileinfo)) {
exit(mnet_server_fault(9016, get_string('usercannotaccess', 'repository_remotemoodle', $file)));
}