Navigation Menu

Skip to content

Commit

Permalink
fix phpcs
Browse files Browse the repository at this point in the history
  • Loading branch information
steinkel committed Nov 4, 2015
1 parent cb6a17c commit 5845cad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/Cake/Controller/Scaffold.php
Expand Up @@ -145,9 +145,9 @@ public function __construct(Controller $controller, CakeRequest $request) {
$this->controller->viewClass = 'Scaffold'; $this->controller->viewClass = 'Scaffold';
} }
$this->_validSession = ( $this->_validSession = (
isset($this->controller->Session) && isset($this->controller->Session) &&
$this->controller->Session->valid() && $this->controller->Session->valid() &&
isset($this->controller->Flash) isset($this->controller->Flash)
); );
$this->_scaffold($request); $this->_scaffold($request);
} }
Expand Down

0 comments on commit 5845cad

Please sign in to comment.