e107inc / e107

e107 Bootstrap CMS (Content Management System) v2 with PHP, MySQL, HTML5, jQuery and Twitter Bootstrap. Issue Discussion Room: https://gitter.im/e107inc/e107
https://e107.org
GNU General Public License v3.0
322 stars 214 forks source link

fix for ranks in top.php #4967 #4975

Closed Jimmi08 closed 1 year ago

Jimmi08 commented 1 year ago

CLOSES #4967

Motivation and Context

to get top.php working in PHP8

Description

ID of the user is needed, but the full user array was sent

How Has This Been Tested?

Just used, error is away, page works

Types of Changes