[geeklog-hg] geeklog: Fixed fatal error when clicking on a user name (bug #00...

geeklog-cvs at lists.geeklog.net geeklog-cvs at lists.geeklog.net
Sat Nov 24 09:40:40 EST 2012


changeset 8876:5addb26d8300
url:  http://project.geeklog.net/cgi-bin/hgwebdir.cgi/geeklog/rev/5addb26d8300
user: Tom <websitemaster at cogeco.net>
date: Sat Nov 24 08:53:57 2012 -0500
description:
Fixed fatal error when clicking on a user name (bug #0001514)

diffstat:

 system/lib-user.php |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r 551c3c073244 -r 5addb26d8300 system/lib-user.php
--- a/system/lib-user.php	Thu Nov 22 12:55:03 2012 -0500
+++ b/system/lib-user.php	Sat Nov 24 08:53:57 2012 -0500
@@ -983,7 +983,7 @@
     $user_templates->set_var('headline_last10comments', $LANG04[10]);
     $user_templates->set_var('headline_postingstats', $LANG04[83]);
 
-    $tids = TOPIC_getList();
+    $tids = TOPIC_getList(0, TRUE, FALSE);
     $topics = "'" . implode("','", $tids) . "'";
 
     // list of last 10 stories by this user



More information about the geeklog-cvs mailing list