Skip to content

Commit

Permalink
Each PHP statement must be on a line by itself
Browse files Browse the repository at this point in the history
  • Loading branch information
3Di committed Sep 29, 2017
1 parent b472f76 commit 877c334
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/tpotm.php
Expand Up @@ -614,7 +614,7 @@ public function show_the_winner()
/* DAE (Default Avatar Extended) extension compatibility */
if ($this->is_dae())
{
$tpotm_av_32 = ($this->user->optionget('viewavatars')) ? phpbb_get_avatar($row_avatar, '') : '';;
$tpotm_av_32 = ($this->user->optionget('viewavatars')) ? phpbb_get_avatar($row_avatar, '') : '';
}
else
{
Expand Down

0 comments on commit 877c334

Please sign in to comment.