Fix the FIXME (#25022)

This commit is contained in:
Joas Schilling 2016-06-09 15:05:02 +02:00 committed by Thomas Müller
parent 90c1ec1c49
commit 4c26abe228
1 changed files with 1 additions and 2 deletions

View File

@ -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";