AinzOoalGown 15 Posted Monday at 10:37 PM Share Posted Monday at 10:37 PM Hey, Found a small bug in "gangs.inc.php > public function method_kick()" When kicking a player from your gang will get an error message. This is because of "gangPermissions" not having a capital P (small typo :P): $permissions = $this->db->prepare("DELETE FROM gangpermissions WHERE GP_user = :u"); To: $permissions = $this->db->prepare("DELETE FROM gangPermissions WHERE GP_user = :u"); 2 2 Quote Link to post Share on other sites
Sim 268 Posted Thursday at 01:47 AM Share Posted Thursday at 01:47 AM Surprised no one had seen our mentioned this yet. 🙂 1 Quote Link to post Share on other sites
AinzOoalGown 15 Posted Thursday at 01:08 PM Author Share Posted Thursday at 01:08 PM 11 hours ago, Sim said: Surprised no one had seen our mentioned this yet. 🙂 Haha yeah. Maybe no one has been kicked from a gang yet 😛 I like to test everything as I get used to a system 🙂 1 Quote Link to post Share on other sites
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.