clarified comment

remotes/origin/stable45
Sam Tuke 14 years ago
parent e93bb5135d
commit 43fcae0409
  1. 2
      lib/filesystemview.php

@ -103,7 +103,7 @@ class OC_FilesystemView {
}
/**
* following functions are equivilent to their php buildin equivilents for arguments/return values.
* the following functions operate with arguments and return values identical to those of their PHP built-in equivalents
*/
public function mkdir($path){
return $this->basicOperation('mkdir',$path,array('create','write'));

Loading…
Cancel
Save