11-20-2016, 11:07 AM
The problem is (was?) in User::find().
Code such as this will solve the problem:
if (is_numeric($user) && $user < 10000) {
user_id...
} else {
...
(Sent previously in PM to mudmin, including here for documentation purposes)
Code such as this will solve the problem:
if (is_numeric($user) && $user < 10000) {
user_id...
} else {
...
(Sent previously in PM to mudmin, including here for documentation purposes)