glFusion / glfusion

glFusion CMS - Advanced Content Management with Style
https://www.glfusion.org
GNU General Public License v2.0
14 stars 15 forks source link

Fix URL Param Value in File Management Hits Link #567

Closed Sekers closed 2 years ago

Sekers commented 2 years ago

Recreated this Pull Request since I had trouble squashing the commits for the previous one.

The 'lid' URL parameter value in the File Management Administration 'File Listing' page has the wrong value for the download history links in the 'Hits' column.

private/plugins/filemgmt/classes/Download.class.php It was incorrectly using the number of hits as the lid parameter value. Updated the value in the link to the correct variable.