diff options
author | Brion Vibber <brion@pobox.com> | 2010-03-23 09:50:01 -0700 |
---|---|---|
committer | Brion Vibber <brion@pobox.com> | 2010-03-23 09:56:05 -0700 |
commit | 80b16c8499d0cfdb4deb442ba18345befed4e29d (patch) | |
tree | 89d3715f60c932f501557ba28e954a256dcf1003 /lib | |
parent | 5697e4edb0fc4bb1d4c9365100501e795b2553de (diff) |
Don't add PHPSESSID parameter onto notice and conversation URIs if we save a notice during a session override.
This was being triggered by welcomebot messages created at account creation time, then propagated through replies.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/util.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/util.php b/lib/util.php index 44ccc0def..3d4ed087f 100644 --- a/lib/util.php +++ b/lib/util.php @@ -1521,7 +1521,8 @@ function common_user_uri(&$user) function common_notice_uri(&$notice) { return common_local_url('shownotice', - array('notice' => $notice->id)); + array('notice' => $notice->id), + null, null, false); } // 36 alphanums - lookalikes (0, O, 1, I) = 32 chars = 5 bits |