]> git.mxchange.org Git - friendica.git/blobdiff - src/Model/User.php
Merge pull request #10116 from mexon/mat/addon-console-command
[friendica.git] / src / Model / User.php
index 41e612ac803c99af2f8dc54902b710503989e7b2..7204fd0ac8675600abf8d42293882074eade241d 100644 (file)
@@ -1353,7 +1353,7 @@ class User
         */
        public static function remove(int $uid)
        {
-               if (!$uid) {
+               if (empty($uid)) {
                        return false;
                }