From 1cdd994dc0bb239259c87bea5e45cc7ea2d1e1f4 Mon Sep 17 00:00:00 2001 From: "chencongzhi520@gmail.com" Date: Mon, 17 Dec 2012 07:34:31 +0000 Subject: [PATCH] * remove class file instead zfile. --- build/windows/xampp/build.php | 2 +- lib/{file/file.class.php => zfile/zfile.class.php} | 2 +- module/extension/model.php | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) rename lib/{file/file.class.php => zfile/zfile.class.php} (99%) diff --git a/build/windows/xampp/build.php b/build/windows/xampp/build.php index 4140e6433a..c31f544f67 100644 --- a/build/windows/xampp/build.php +++ b/build/windows/xampp/build.php @@ -4,7 +4,7 @@ chdir($buildDir); /* include the file class. */ include '../../../lib/file/file.class.php'; -$file = new file(); +$file = new zfile(); /* set xampp package and 7-zip command. */ if(count($argv) != 3) die("please specify the package directory and 7z command.\n"); diff --git a/lib/file/file.class.php b/lib/zfile/zfile.class.php similarity index 99% rename from lib/file/file.class.php rename to lib/zfile/zfile.class.php index 64a35307dd..ab9a0a6ad2 100644 --- a/lib/file/file.class.php +++ b/lib/zfile/zfile.class.php @@ -1,5 +1,5 @@ setAgent(); $this->setApiRoot(); - $this->classFile = $this->app->loadClass('file'); + $this->classFile = $this->app->loadClass('zfile'); } /**