trimming up comment bloat.
This commit is contained in:
parent
753c769d10
commit
2b4ab94e6b
|
@ -64,10 +64,6 @@ public function __construct($view, $data = array())
|
|||
// If a session driver has been specified, we will bind an instance of the
|
||||
// validation error message container to every view. If an errors instance
|
||||
// exists in the session, we will use that instance.
|
||||
//
|
||||
// This makes error display in the view extremely convenient, since the
|
||||
// developer can always assume they have a message container instance
|
||||
// available to them in the view's variables.
|
||||
if ( ! isset($this->data['errors']))
|
||||
{
|
||||
if (Session::started() and Session::has('errors'))
|
||||
|
|
Loading…
Reference in New Issue