mirror of
https://github.com/zhamao-robot/zhamao-framework.git
synced 2026-03-18 05:04:51 +08:00
update to 2.8.5, fix getClassesPsr4 .plain find error bug
This commit is contained in:
parent
d12f0bf317
commit
64899a50c1
@ -30,7 +30,7 @@ class ConsoleApplication extends Application
|
||||
{
|
||||
public const VERSION_ID = 478;
|
||||
|
||||
public const VERSION = '2.8.4';
|
||||
public const VERSION = '2.8.5';
|
||||
|
||||
private static $obj;
|
||||
|
||||
|
||||
@ -103,7 +103,7 @@ class ZMUtil
|
||||
/*if (substr(file_get_contents($dir . '/' . $v), 6, 6) == '#plain') {
|
||||
continue;
|
||||
}*/
|
||||
if (file_exists($dir . '/' . $pathinfo['basename'] . '.plain')) {
|
||||
if (file_exists($dir . '/' . $v . '.plain')) {
|
||||
continue;
|
||||
}
|
||||
if (mb_substr($pathinfo['basename'], 0, 7) == 'global_' || mb_substr($pathinfo['basename'], 0, 7) == 'script_') {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user