Skip to content

Commit 501a249

Browse files
authored
Merge pull request #335 from 3D-I/CUSTDB-816
[CUSTDB-816] username clean issue.
2 parents f13f575 + 889dfc0 commit 501a249

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)