Skip to content

Commit

Permalink
Changed Route parameter access in filters
Browse files Browse the repository at this point in the history
  • Loading branch information
rydurham committed Dec 12, 2013
1 parent 2879cf8 commit 05eabe1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/filters.php
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@

// we need to determine if a non admin user
// is trying to access their own account.
$userId = $route->getParameter('users');
$userId = Route::input('users');

try
{
Expand Down

0 comments on commit 05eabe1

Please sign in to comment.