Fix the FIXME (#25022)

pull/31/head^2
Joas Schilling 10 years ago committed by Thomas Müller
parent 90c1ec1c49
commit 4c26abe228
  1. 3
      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";

Loading…
Cancel
Save