diff options
author | Evan Prodromou <evan@prodromou.name> | 2008-07-05 12:21:42 -0400 |
---|---|---|
committer | Evan Prodromou <evan@prodromou.name> | 2008-07-05 12:21:42 -0400 |
commit | c414746e743abbce04b9c42075a6efadbaf41641 (patch) | |
tree | 5755eeb1d8fd40442592f3ba8c514e5805259c1d /lib/util.php | |
parent | 69c8fe060fb830e22030022567fd2f9459e95fd7 (diff) |
rememberme debugging
darcs-hash:20080705162142-84dde-6bc70413f43e0890e6372962eb14697ee6f88992.gz
Diffstat (limited to 'lib/util.php')
-rw-r--r-- | lib/util.php | 1 |
1 files changed, 1 insertions, 0 deletions
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() { |