Skip to content

Commit b96a698

Browse files
authored
Merge pull request #337 from phpbb/3.2.x
Merge 3.2.x into 3.3.x
2 parents 25749a8 + 7f4c7ce commit b96a698

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-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',

migrations/base.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ protected function get_titania_config()
3232

3333
$this->titania_config = new \phpbb\titania\config\config(
3434
$phpbb_container->get('config'),
35+
$phpbb_container->get('config_text'),
3536
$phpbb_container->getParameter('core.root_path') . 'ext/phpbb/titania/',
3637
$phpbb_container->getParameter('core.php_ext')
3738
);

0 commit comments

Comments
 (0)