Skip to content

Commit

Permalink
trying to get around DB138 error by redirecting to profile
Browse files Browse the repository at this point in the history
  • Loading branch information
grantelgin committed Nov 4, 2012
1 parent 1d3318d commit 580129e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion p2.grantelgin.com/controllers/c_users.php
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ public function p_login()
setcookie("token", $token, strtotime('+1 year'), '/');

# Send them to the main page - or whever you want them to go
Router::redirect("/posts");
Router::redirect("/users/profile");
}
}

Expand Down

0 comments on commit 580129e

Please sign in to comment.