mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 03:18:26 +00:00
Fixing problem with skel generation in project task
This commit is contained in:
parent
63275626ee
commit
254225372a
1 changed files with 1 additions and 1 deletions
|
@ -201,7 +201,7 @@ class ProjectTask extends Shell {
|
|||
*/
|
||||
public function createHome($dir) {
|
||||
$app = basename($dir);
|
||||
$path = $dir . 'views' . DS . 'pages' . DS;
|
||||
$path = $dir . 'View' . DS . 'pages' . DS;
|
||||
$source = LIBS . 'Console' . DS . 'templates' . DS .'default' . DS . 'views' . DS . 'home.ctp';
|
||||
include($source);
|
||||
return $this->createFile($path.'home.ctp', $output);
|
||||
|
|
Loading…
Reference in a new issue