Skip to content

Commit

Permalink
Fixing flash bug while redirect_to [#16 state:resolved]
Browse files Browse the repository at this point in the history
  • Loading branch information
Fabrice Luraine committed Jul 31, 2009
1 parent ee3e5b0 commit 0594cf6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/limonade.php
Expand Up @@ -1754,6 +1754,7 @@ function redirect_to($params)
if(!headers_sent())
{
$uri = call_user_func_array('url_for', $params);
stop_and_exit(false);
header('Location: '.$uri);
exit;
}
Expand Down

0 comments on commit 0594cf6

Please sign in to comment.