www/adiumxtras.com 50:fd824e933956: Fix the username on profiles.

commits at adium.im commits at adium.im
Fri Feb 20 23:18:17 UTC 2015


details:	http://hg.adium.im/www/adiumxtras.com/rev/fd824e933956
revision:	50:fd824e933956
branch:		adiumxtras.com
author:		Thijs Alkemade <me at thijsalkema.de>
date:		Sat Feb 21 00:18:11 2015 +0100

Fix the username on profiles.

diffs (11 lines):

diff -r 0858f4f0ea98 -r fd824e933956 users.php
--- a/users.php	Sat Feb 21 00:15:55 2015 +0100
+++ b/users.php	Sat Feb 21 00:18:11 2015 +0100
@@ -360,6 +360,7 @@
 			while ($comment = $sql->fetch_assoc()) {
 				$comment["user_id"] = intval($_GET['user_id']);
 				$comment["base_url"] = "http://adiumxtras.com/index.php?a=xtras&xtra_id=" . $comment["xtra_id"];
+				$comment['com_name'] = $user['username'];
 				$comments[] = $comment;
 			}
 			$smarty->assign("comments", $comments);




More information about the commits mailing list