$string['failedtopackage'] = 'Could not find files to package';
$string['filedenied'] = 'Access denied to this file';
$string['filenotfound'] = 'File not found';
+$string['fileoutputnotsupported'] = 'Rewriting file output is not supported for this format';
$string['format_document'] = 'Document';
$string['format_file'] = 'File';
$string['format_richhtml'] = 'HTML with attachments';
}
public static function get_file_directory() {
- throw new portfolio_exception('fileoutputnotsupported', 'portfolio');
+ return false;
}
public static function file_output($file, $options=null) {