diff --git a/laravel/view.php b/laravel/view.php index 68b5fc75..8c542628 100644 --- a/laravel/view.php +++ b/laravel/view.php @@ -52,7 +52,7 @@ public function __construct($view, $data = array()) // // This makes the implementation of the Post/Redirect/Get pattern very // convenient since each view can assume it has a message container. - if (Config::$items['session']['driver'] !== '') + if (Config::$items['session']['driver'] !== '' and Session::started()) { $this->data['errors'] = Session::get('errors', function() {