clarify OC_FILES::get() documentation
This commit is contained in:
parent
6f07cf2651
commit
14777ba444
|
@ -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,';')){
|
||||
|
|
Loading…
Reference in New Issue