[Pkg-owncloud-commits] [owncloud] 80/215: Fix scrutinizer complain
David Prévot
taffit at moszumanska.debian.org
Tue May 5 01:01:26 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 25b5adfe87bd2e36f9f1ced4f187418d58c30f97
Author: Joas Schilling <nickvergessen at owncloud.com>
Date: Mon Apr 27 11:46:00 2015 +0200
Fix scrutinizer complain
---
core/command/encryption/listmodules.php | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/core/command/encryption/listmodules.php b/core/command/encryption/listmodules.php
index c163444..cd29f57 100644
--- a/core/command/encryption/listmodules.php
+++ b/core/command/encryption/listmodules.php
@@ -75,6 +75,6 @@ class ListModules extends Base {
});
}
- parent::writeArrayInOutputFormat($input, $output, $items);
+ $this->writeArrayInOutputFormat($input, $output, $items);
}
}
--
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