mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 11:28:25 +00:00
Removing extra line.
This commit is contained in:
parent
8aabf3689e
commit
8e1f7cc7b9
1 changed files with 0 additions and 1 deletions
|
@ -513,7 +513,6 @@ class App {
|
|||
if ($name != null && !class_exists($name . $ext['class'])) {
|
||||
if ($load = self::__mapped($name . $ext['class'], $type, $plugin)) {
|
||||
if (self::__load($load)) {
|
||||
|
||||
if (self::$return) {
|
||||
return include($load);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue