mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
MINOR Update function doc for Upload::isValidExtension() (from r101053)
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/trunk@111575 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
parent
f9c888438d
commit
0dcf75f965
@ -433,6 +433,7 @@ class Upload_Validator {
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Determines if the temporary file has a valid extension
|
* Determines if the temporary file has a valid extension
|
||||||
|
* An empty string in the validation map indicates files without an extension.
|
||||||
* @return boolean
|
* @return boolean
|
||||||
*/
|
*/
|
||||||
public function isValidExtension() {
|
public function isValidExtension() {
|
||||||
|
Loading…
Reference in New Issue
Block a user