[Pkg-owncloud-commits] [owncloud] 372/457: Fix error message and add 'user' to it

David Prévot taffit at moszumanska.debian.org
Sun Jun 28 20:06:47 UTC 2015


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to branch stable8
in repository owncloud.

commit 0013c4115ebf71218ffa9d9202ffe4b5c3979f16
Author: Jens-Christian Fischer <jens-christian.fischer at switch.ch>
Date:   Thu Jun 11 13:02:47 2015 +0200

    Fix error message and add 'user' to it
---
 core/command/user/delete.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/core/command/user/delete.php b/core/command/user/delete.php
index 8cac031..63b8113 100644
--- a/core/command/user/delete.php
+++ b/core/command/user/delete.php
@@ -63,6 +63,6 @@ class Delete extends Command {
 			return;
 		}
 
-		$output->writeln('<error>The specified could not be deleted. Please check the logs.</error>');
+		$output->writeln('<error>The specified user could not be deleted. Please check the logs.</error>');
 	}
 }

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud.git



More information about the Pkg-owncloud-commits mailing list