mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 03:18:26 +00:00
parent
83a29f054e
commit
4b3d8612e9
1 changed files with 1 additions and 1 deletions
|
@ -805,7 +805,7 @@ class App {
|
||||||
if ($plugin) {
|
if ($plugin) {
|
||||||
$key = 'plugin.' . $name;
|
$key = 'plugin.' . $name;
|
||||||
}
|
}
|
||||||
return isset(self::$_map[$key]) ? self::$_map[$name] : false;
|
return isset(self::$_map[$key]) ? self::$_map[$key] : false;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in a new issue