mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-01-19 02:56:15 +00:00
fixing undefined paths variable in console
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@7029 3807eeeb-6ff5-0310-8944-8be069107fe0
This commit is contained in:
parent
88b16a1d6c
commit
df5fd8160f
1 changed files with 2 additions and 0 deletions
|
@ -264,6 +264,8 @@ class ShellDispatcher {
|
|||
$this->help();
|
||||
} else {
|
||||
$loaded = false;
|
||||
$paths = array();
|
||||
|
||||
if ($plugin !== null) {
|
||||
$pluginPaths = Configure::read('pluginPaths');
|
||||
$count = count($pluginPaths);
|
||||
|
|
Loading…
Add table
Reference in a new issue