Skip to content

Commit

Permalink
Merge branch 'release/3.4.7' into v3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
AntoineAugusti committed Jun 17, 2015
2 parents bed591e + d934fbb commit da02afb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/filters.php
Original file line number Diff line number Diff line change
Expand Up @@ -56,10 +56,10 @@
// on the signin / signup page
Session::flash('requireLoggedInAddQuote', true);

return Redirect::guest('signin');
return Redirect::guest(URL::route('signin'));
}

return Redirect::guest('signin')->with('warning', Lang::get('auth.requireLoggedIn'));
return Redirect::guest(URL::route('signin'))->with('warning', Lang::get('auth.requireLoggedIn'));
}
});

Expand Down

0 comments on commit da02afb

Please sign in to comment.