mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-09-06 19:42:41 +00:00
Fixing incorrectly named variable. Refs #567
This commit is contained in:
parent
5ceb19304e
commit
9053291fe4
1 changed files with 1 additions and 1 deletions
|
@ -67,7 +67,7 @@ class PagesController extends AppController {
|
|||
if (!$count) {
|
||||
$this->redirect('/');
|
||||
}
|
||||
$page = $subpage = $title = null;
|
||||
$page = $subpage = $title_for_layout = null;
|
||||
|
||||
if (!empty($path[0])) {
|
||||
$page = $path[0];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue