Fixed author bug on Similar Items

This commit is contained in:
2023-07-18 12:16:34 -05:00
parent 85e4d2a7e6
commit 29c6c915cc

View File

@ -255,7 +255,7 @@ while ($row = $type->fetchArray()) {
echo '<!-- Item name-->';
echo '<h5 class="fw-bolder">'.$row_simtitle.'</h5>';
echo '<!-- Item creator-->';
echo $row_author_sort;
echo $row_simauthorsort;
echo '</div>';
echo '</div>';
echo '<!-- Item actions-->';