diff --git a/Controller/InstallController.php b/Controller/InstallController.php index 0abe342..869cd6b 100644 --- a/Controller/InstallController.php +++ b/Controller/InstallController.php @@ -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',