clarify OC_FILES::get() documentation

This commit is contained in:
Robin Appelman 2011-04-18 15:02:10 +02:00
parent 6f07cf2651
commit 14777ba444
1 changed files with 1 additions and 1 deletions

View File

@ -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,';')){