* fix the error of file notice.

This commit is contained in:
chencongzhi520@gmail.com
2011-03-13 03:03:17 +00:00
parent 246881bb7f
commit e73af8becf
+1 -1
View File
@@ -28,7 +28,7 @@ class file extends control
}
elseif(!is_writable($this->file->savePath))
{
printf($this->lang->file-errorCanNotWrite, $this->file->savePath, $this->file->savePath);
printf($this->lang->file->errorCanNotWrite, $this->file->savePath, $this->file->savePath);
return false;
}
$this->view->fileCount = $fileCount;