MDL-31112 repository: Fixed phpdocs on new function

This commit is contained in:
Sam Hemelryk
2012-02-15 12:44:32 +13:00
parent f820701286
commit 1ddb08084b
+1 -1
View File
@@ -187,7 +187,7 @@ class repository_upload extends repository {
/**
* Checks the contents of the given file is not completely NULL - this can happen if a
* user drags & drops a folder onto a filemanager / filepicker element
* @param filepath full path (including filename) to file to check
* @param string $filepath full path (including filename) to file to check
* @return true if file has at least one non-null byte within it
*/
protected function check_valid_contents($filepath) {