改名
This commit is contained in:
@@ -83,7 +83,7 @@ class Annotation extends Component
|
|||||||
$explode = explode('/', $path);
|
$explode = explode('/', $path);
|
||||||
|
|
||||||
$length = strlen($path);
|
$length = strlen($path);
|
||||||
if ($length - 4 != $length - strpos('.php', $path)) {
|
if ($length - 4 != $length - (strpos('.php', $path) != false)) {
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user