Skip to content

Commit 889dfc0

Browse files
author
3D-I
committed
Fix CUSTDB-816 - username clean issue.
1 parent f13f575 commit 889dfc0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

includes/overlords/contribs.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -654,7 +654,7 @@ public static function build_feed($template, $helper, $path_helper, $contrib = f
654654
$contrib_specific = ($contrib_id) ? 'AND r.contrib_id = ' . (int) $contrib_id : '';
655655

656656
$sql_ary = [
657-
'SELECT' => 'r.*, c.*, u.username_clean',
657+
'SELECT' => 'r.*, c.*, u.username',
658658

659659
'FROM' => [
660660
TITANIA_REVISIONS_TABLE => 'r',

0 commit comments

Comments
 (0)