Admin Manage Users Screen Bug | v5.2.0

intravita

New Member
Jul 7, 2021
8
1
3
Attempting to see what files a user has by clicking on the search button that appears next to the file count for each user creates a query to the manage files page that does not create the proper sort.

Please edit the UserController to reference the proper function of "filterByUser" not "fileByUser"

$lRow[] = (int) $row['totalFiles'] > 0 ? ((int) $row['totalFiles'] . ' <a href="file_manage?fileByUser=' . $row['id'] . '"> <span class="fa fa-search" aria-hidden="true"></span></a>') : 0;
 
Last edited: