[Pkg-owncloud-commits] [owncloud] 109/199: Document type of user project.
David Prévot
taffit at moszumanska.debian.org
Sun Jun 1 18:53:15 UTC 2014
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to branch master
in repository owncloud.
commit 8981929e92b9dc22e6542f16dc1cbce7cc338a9f
Author: Andreas Fischer <bantu at owncloud.com>
Date: Wed May 28 22:48:35 2014 +0200
Document type of user project.
---
core/command/resetpassword.php | 1 +
1 file changed, 1 insertion(+)
diff --git a/core/command/resetpassword.php b/core/command/resetpassword.php
index ab87765..ddff7a9 100644
--- a/core/command/resetpassword.php
+++ b/core/command/resetpassword.php
@@ -38,6 +38,7 @@ class ResetPassword extends Command {
protected function execute(InputInterface $input, OutputInterface $output) {
$username = $input->getArgument('user');
+ /** @var $user \OC\User\User */
$user = $this->userManager->get($username);
if (is_null($user)) {
$output->writeln("<error>There is no user called " . $username . "</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