Skip to content

Commit

Permalink
Merge pull request #64 from HarmHoog/master
Browse files Browse the repository at this point in the history
Remove non-existing argument
  • Loading branch information
samerton authored Jun 14, 2022
2 parents 1f195c3 + 4e4d60c commit af8d5fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion upload/modules/Resources/pages/user/resources.php
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
'name' => Output::getClean($resource->name),
'author_username' => $author->getDisplayname(true),
'author_nickname' => $author->getDisplayname(),
'author_avatar' => $author->getAvatar('', 256),
'author_avatar' => $author->getAvatar(256),
'author_style' => $author->getGroupStyle(),
'author_link' => $author->getProfileURL(),
'latest_version' => Output::getClean($resource->version),
Expand Down

0 comments on commit af8d5fd

Please sign in to comment.