Skip to content

Commit

Permalink
Another fix
Browse files Browse the repository at this point in the history
MariusTBjercke committed Sep 22, 2019
1 parent 4c33e17 commit ed4fba2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/legion/user.php
Original file line number Diff line number Diff line change
@@ -81,7 +81,7 @@
<img src="../../img/avatars/no-avatar.png" title="Avatar" alt="Avatar">
<?php
} else {
echo '<img src="'. $actual_link .'/img/thumbnails/'.$account->getAvatarID().'.png" title="Avatar" alt="Avatar">';
echo '<img src="/img/thumbnails/'.$account->getAvatarID().'.png" title="Avatar" alt="Avatar">';
}
?>
</div>

0 comments on commit ed4fba2

Please sign in to comment.