From c414746e743abbce04b9c42075a6efadbaf41641 Mon Sep 17 00:00:00 2001 From: Evan Prodromou Date: Sat, 5 Jul 2008 12:21:42 -0400 Subject: rememberme debugging darcs-hash:20080705162142-84dde-6bc70413f43e0890e6372962eb14697ee6f88992.gz --- lib/util.php | 1 + 1 file changed, 1 insertion(+) (limited to 'lib') diff --git a/lib/util.php b/lib/util.php index 38e24bb25..1a0dd07d2 100644 --- a/lib/util.php +++ b/lib/util.php @@ -484,6 +484,7 @@ function common_rememberme() { common_set_cookie(REMEMBERME, implode(':', array($rm->user_id, $rm->code)), time() + REMEMBERME_EXPIRY); + return true; } function common_remembered_user() { -- cgit v1.2.3-54-g00ecf