mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-06-03 21:33:32 +00:00
Search and replace for changed paths
This commit is contained in:
parent
3b725290ba
commit
8746a485bd
29 changed files with 64 additions and 64 deletions
lib/Cake/Controller
|
@ -315,7 +315,7 @@ class Controller extends Object {
|
|||
}
|
||||
|
||||
if ($this->viewPath == null) {
|
||||
$this->viewPath = Inflector::underscore($this->name);
|
||||
$this->viewPath = $this->name;
|
||||
}
|
||||
|
||||
$this->modelClass = Inflector::singularize($this->name);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue