mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 11:28:25 +00:00
updating project task
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@5103 3807eeeb-6ff5-0310-8944-8be069107fe0
This commit is contained in:
parent
d1a44e9777
commit
c2968d91e9
1 changed files with 1 additions and 1 deletions
|
@ -78,7 +78,7 @@ class ProjectTask extends Shell {
|
|||
exit();
|
||||
}
|
||||
|
||||
if (!is_dir($working)) {
|
||||
if (!is_dir($root)) {
|
||||
$this->err('The directory path you supplied can not be created. Please try again.');
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue