This commit is contained in:
grandeljay 2022-02-25 22:32:40 +01:00
parent 093915b5ef
commit af01528f57

View file

@ -26,7 +26,7 @@ class User
} }
if (!isset($this->id)) { if (!isset($this->id)) {
return; return null;
} }
global $database; global $database;