Skip to content

Commit

Permalink
Removed inexistent session class
Browse files Browse the repository at this point in the history
  • Loading branch information
hugodias committed May 15, 2014
1 parent c6828a4 commit 1bd6604
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Controller/InstallController.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ public function configure() {

sleep(10);

$this->Session->setFlash('Success! Gallery is now installed in your app.', 'flash_success');
$this->Session->setFlash('Success! Gallery is now installed in your app.');

$this->redirect(array(
'controller' => 'gallery',
Expand Down

0 comments on commit 1bd6604

Please sign in to comment.