mirror of
https://github.com/nextcloud/server.git
synced 2026-03-04 18:28:08 +01:00
The php documentation states that an empty string should be used for a cookie when it has no real value. null leads to the following error: expects parameter 2 to be string, null given Signed-off-by: Martin Böh <mart.b@outlook.de>