Skip to content
This repository was archived by the owner on May 4, 2025. It is now read-only.

Commit 00dfe28

Browse files
authored
Merge pull request #163 from anditv21/deepsource-transform-d585214b
2 parents f01f18c + 9a75889 commit 00dfe28

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/admin/bans.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,8 +111,8 @@
111111
<td>
112112
<?php
113113
$avatarUrl = Util::getavatar($user->uid);
114-
if (!$avatarUrl) :
115-
?>
114+
if (!$avatarUrl) :
115+
?>
116116
<img title="Click to download" data-toggle="tooltip" data-placement="top" class="border rounded-circle img-profile" src="../assets/images/avatars/Portrait_Placeholder.png" width="45" height="45">
117117
<?php else :
118118
$ext = pathinfo($avatarUrl, PATHINFO_EXTENSION);

0 commit comments

Comments
 (0)