summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorEvan Prodromou <evan@prodromou.name>2008-07-05 12:21:42 -0400
committerEvan Prodromou <evan@prodromou.name>2008-07-05 12:21:42 -0400
commitc414746e743abbce04b9c42075a6efadbaf41641 (patch)
tree5755eeb1d8fd40442592f3ba8c514e5805259c1d /lib
parent69c8fe060fb830e22030022567fd2f9459e95fd7 (diff)
rememberme debugging
darcs-hash:20080705162142-84dde-6bc70413f43e0890e6372962eb14697ee6f88992.gz
Diffstat (limited to 'lib')
-rw-r--r--lib/util.php1
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() {