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@5102 3807eeeb-6ff5-0310-8944-8be069107fe0
This commit is contained in:
parent
673d0e1492
commit
d1a44e9777
1 changed files with 1 additions and 1 deletions
|
@ -184,7 +184,7 @@ class ProjectTask extends Shell {
|
|||
function __defaultHome($dir, $app) {
|
||||
$path = $dir . 'views' . DS . 'pages' . DS;
|
||||
include(CAKE_CORE_INCLUDE_PATH.DS.'cake'.DS.'console'.DS.'libs'.DS.'templates'.DS.'views'.DS.'home.ctp');
|
||||
$this->createFile($path.'home.ctp', $output);
|
||||
return $this->createFile($path.'home.ctp', $output);
|
||||
}
|
||||
/**
|
||||
* generates and writes CAKE_SESSION_STRING
|
||||
|
|
Loading…
Reference in a new issue