MINOR phpdoc tweaks

git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@63491 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
Sean Harvey 2008-10-02 00:34:41 +00:00
parent 1d0134db10
commit 1c9c600e68

View File

@ -11,13 +11,13 @@ class AssetAdmin extends LeftAndMain {
public static $tree_class = "File";
/**
* @see {Upload->allowedMaxFileSize}
* @see Upload->allowedMaxFileSize
* @var int
*/
public static $allowed_max_file_size;
/**
* @see {Upload->allowedExtensions}
* @see Upload->allowedExtensions
* @var array
*/
public static $allowed_extensions = array();