* remove class file instead zfile.

This commit is contained in:
chencongzhi520@gmail.com
2012-12-17 07:34:31 +00:00
parent 658e7af227
commit 1cdd994dc0
3 changed files with 3 additions and 3 deletions

View File

@@ -43,7 +43,7 @@ class extensionModel extends model
parent::__construct();
$this->setAgent();
$this->setApiRoot();
$this->classFile = $this->app->loadClass('file');
$this->classFile = $this->app->loadClass('zfile');
}
/**