mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-05-30 19:33:32 +00:00
parent
d56cc43cc5
commit
f3b990bf0f
5 changed files with 5 additions and 5 deletions
lib/Cake/Console/Command/Task
|
@ -195,7 +195,7 @@ class ViewTask extends BakeTask {
|
|||
*/
|
||||
protected function _interactive() {
|
||||
$this->hr();
|
||||
$this->out(sprintf("Bake View\nPath: %s", $this->path));
|
||||
$this->out(sprintf("Bake View\nPath: %s", $this->getPath()));
|
||||
$this->hr();
|
||||
|
||||
$this->DbConfig->interactive = $this->Controller->interactive = $this->interactive = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue