Skip to content
This repository has been archived by the owner on Jan 4, 2018. It is now read-only.

Commit

Permalink
test...
Browse files Browse the repository at this point in the history
  • Loading branch information
andreoav committed Jun 25, 2012
1 parent 9bbdf3f commit 949a6da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fuel/app/classes/controller/auth.php
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ public function action_login()
$redir_location = Input::get('redir') == null ? 'home/' : Input::get('redir');
Session::set_flash('redir_location', $redir_location);

var_dump($redir_location);
var_dump(Session::set_flash('redir_location'));

$this->template->conteudo = View::forge('auth/login');
}
Expand Down

0 comments on commit 949a6da

Please sign in to comment.