* adjust the default value of the percent.

This commit is contained in:
wangchunsheng
2011-02-19 14:49:55 +00:00
parent a0346069be
commit 6f85fad0bc
+1 -1
View File
@@ -19,7 +19,7 @@ class file extends control
* @access public
* @return void
*/
public function buildForm($fileCount = 2, $percent = 0.9)
public function buildForm($fileCount = 2, $percent = 0.99)
{
if(!file_exists($this->file->savePath))
{