mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-09 02:06:32 +02:00
Merge remote-tracking branch 'igorw/ticket/9608' into develop
* igorw/ticket/9608: [ticket/9608] Remove use of references in topic_review [ticket/9608] Revert changes to normalizer [ticket/9608] Remove blank line [ticket/9608] Remove use of references in captcha and other places
This commit is contained in:
@@ -1302,7 +1302,7 @@ for ($i = 0, $end = sizeof($post_list); $i < $end; ++$i)
|
||||
continue;
|
||||
}
|
||||
|
||||
$row =& $rowset[$post_list[$i]];
|
||||
$row = $rowset[$post_list[$i]];
|
||||
$poster_id = $row['user_id'];
|
||||
|
||||
// End signature parsing, only if needed
|
||||
|
Reference in New Issue
Block a user