General > Feedback and Suggestions

Small Error in Admin.php

(1/1)

Kilajan:
Hello.

First of, I use linux. Even tho this error has very little to do with that.

I was trying to add a member to a group using !admin add Test Nick
It told me the person was added, but the logfile gave me an error.

At line 220 in Admin.php there is a small error or typo. It says.



--- Code: ---query("INSERT INTO admin_members (id, admin_group) VALUES
--- End code ---


it should in fact be like this


--- Code: ---query("INSERT INTO admin_members (name, admin_group) VALUES
--- End code ---


because there are no id post in admin_members

//Kilajan

Navigation

[0] Message Index

Go to full version