[ticket/382] Fix inheritdoc and functions_upload docblock

B3P-382
This commit is contained in:
Marc Alexander
2014-10-31 07:08:57 +01:00
parent e39eefded5
commit aa6e53812b
29 changed files with 108 additions and 108 deletions

View File

@@ -266,7 +266,7 @@ class portal_upload
* @param $from string Can be a file or a directory. Will move either the file or all files within the directory
* @param $to string Where to move the file(s) to. If not specified then will get moved to the root folder
* @param $strip Used for FTP only
* @return mixed: Bool true on success, error string on failure, NULL if no action was taken
* @return mixed Bool true on success, error string on failure, NULL if no action was taken
*
* NOTE: function should preferably not return in case of failure on only one file.
* The current method makes error handling difficult