diff options
author | Robin Appelman <icewind1991@gmail.com> | 2011-04-18 15:02:10 +0200 |
---|---|---|
committer | Robin Appelman <icewind1991@gmail.com> | 2011-04-18 15:30:27 +0200 |
commit | 14777ba444ebb7491694f46f4e35a4f3ec1607bd (patch) | |
tree | 16432dc6c06d780071db9e88e9c110d0fd729801 /lib | |
parent | 6f07cf26514db25e228a2a194384fff49af98b87 (diff) | |
download | nextcloud-server-14777ba444ebb7491694f46f4e35a4f3ec1607bd.tar.gz nextcloud-server-14777ba444ebb7491694f46f4e35a4f3ec1607bd.zip |
clarify OC_FILES::get() documentation
Diffstat (limited to 'lib')
-rw-r--r-- | lib/files.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/files.php b/lib/files.php index 58bb04ec346..eb7c6cc73bf 100644 --- a/lib/files.php +++ b/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,';')){ |