Skip to content
Snippets Groups Projects
Commit 14777ba4 authored by Robin Appelman's avatar Robin Appelman
Browse files

clarify OC_FILES::get() documentation

parent 6f07cf26
No related branches found
No related tags found
No related merge requests found
......@@ -95,7 +95,7 @@ class OC_FILES {
* return the content of a file or return a zip file containning multiply files
*
* @param dir $dir
* @param file $file
* @param file $file ; seperated list of files to download
*/
public static function get($dir,$files){
if(strpos($files,';')){
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment