diff --git a/lib/User.php b/lib/User.php index b0b05bc..6ccdbcc 100644 --- a/lib/User.php +++ b/lib/User.php @@ -90,7 +90,7 @@ class User { } try { return $this->u->userRemove($user); - } finally { + } finally { // @codeCoverageIgnore if (Arsse::$db->userExists($user)) { // if the user was removed and we (still) have it in the internal database, remove it there Arsse::$db->userRemove($user);