1、bug的修复

2、内核更新
This commit is contained in:
2016-07-10 23:48:24 +08:00
parent f3fff63632
commit 1a0a29413a
50 changed files with 760 additions and 958 deletions

View File

@@ -11,6 +11,7 @@
namespace think;
use SplFileInfo;
use SplFileObject;
class File extends SplFileObject
@@ -157,7 +158,7 @@ class File extends SplFileObject
return false;
}
return new \SplFileInfo($path . $savename);
return new SplFileInfo($path . $savename);
}
/**