diff options
author | Joas Schilling <nickvergessen@owncloud.com> | 2015-04-27 11:46:00 +0200 |
---|---|---|
committer | Joas Schilling <nickvergessen@owncloud.com> | 2015-04-27 11:46:00 +0200 |
commit | 25b5adfe87bd2e36f9f1ced4f187418d58c30f97 (patch) | |
tree | e24ac68c8e316e156bdc81a0d006cf0848438cbb /core/command | |
parent | 8f61fbb81f371cab0e13970244a47439926a6b57 (diff) | |
download | nextcloud-server-25b5adfe87bd2e36f9f1ced4f187418d58c30f97.tar.gz nextcloud-server-25b5adfe87bd2e36f9f1ced4f187418d58c30f97.zip |
Fix scrutinizer complain
Diffstat (limited to 'core/command')
-rw-r--r-- | core/command/encryption/listmodules.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/command/encryption/listmodules.php b/core/command/encryption/listmodules.php index c16344441d8..cd29f57cf11 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); } } |