Skip to content
Commit 135198bf authored by Loki3000's avatar Loki3000 Committed by GitHub
Browse files

Default value for null user

For guest users on every request executes query:
SELECT `uid`, `displayname` FROM `users` WHERE LOWER(`uid`) = LOWER(null)
as I see, uid can't be equal to null by design.
parent 307d45e3
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment