Cyberbyte-Software / CyberWorks

A server management panel that allows admins to manage players.
https://cyberbyte.org.uk/
20 stars 16 forks source link

Fix table names in update query for players #53

Closed vbrandl closed 8 years ago

vbrandl commented 8 years ago

In /views/life/editPlayer.php when updating a players data, you refer to the donator level column by donorlevel but it is called donatorlvl in the database. This way you cannot save the changes, because the update query fails. To fix this, you need to change lines 73 and 97 in /views/life/editPlayer.php and replace donorlevel in the query by donatorlvl.

MightySCollins commented 8 years ago

We welcome any pull requests, this issue is because the Altis Life Framework updates and we do not have the time to keep up with changes.

vbrandl commented 8 years ago

done https://github.com/Cyberbyte-Studios/CyberWorks/pull/55