Fixed author bug on Similar Items
This commit is contained in:
@ -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-->';
|
||||
|
Reference in New Issue
Block a user