clarify OC_FILES::get() documentation

remotes/origin/stable
Robin Appelman 14 years ago
parent 6f07cf2651
commit 14777ba444
  1. 2
      lib/files.php

@ -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…
Cancel
Save