From 4c26abe228bedb0ebb0ffa5a6f5f399e16871880 Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Thu, 9 Jun 2016 15:05:02 +0200 Subject: Fix the FIXME (#25022) --- core/Command/Encryption/DecryptAll.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'core/Command') diff --git a/core/Command/Encryption/DecryptAll.php b/core/Command/Encryption/DecryptAll.php index d060918a506..83c6c1dc168 100644 --- a/core/Command/Encryption/DecryptAll.php +++ b/core/Command/Encryption/DecryptAll.php @@ -129,8 +129,7 @@ class DecryptAll extends Command { } $uid = $input->getArgument('user'); - //FIXME WHEN https://github.com/owncloud/core/issues/24994 is fixed - if ($uid === null) { + if ($uid === '') { $message = 'your ownCloud'; } else { $message = "$uid's account"; -- cgit v1.2.3