From 7d85bed1fc18af55fa29a3740aacf333273eced2 Mon Sep 17 00:00:00 2001 From: Juan Pablo Villafáñez Date: Wed, 8 Jun 2016 12:48:33 +0200 Subject: Change the default value to true instead of null --- apps/files_external/lib/Controller/UserStoragesController.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'apps/files_external/lib/Controller/UserStoragesController.php') diff --git a/apps/files_external/lib/Controller/UserStoragesController.php b/apps/files_external/lib/Controller/UserStoragesController.php index ca949df8a05..28663090e89 100644 --- a/apps/files_external/lib/Controller/UserStoragesController.php +++ b/apps/files_external/lib/Controller/UserStoragesController.php @@ -101,7 +101,7 @@ class UserStoragesController extends StoragesController { * * {@inheritdoc} */ - public function show($id, $testOnly = null) { + public function show($id, $testOnly = true) { return parent::show($id, $testOnly); } @@ -171,7 +171,7 @@ class UserStoragesController extends StoragesController { $authMechanism, $backendOptions, $mountOptions, - $testOnly = null + $testOnly = true ) { $storage = $this->createStorage( $mountPoint, -- cgit v1.2.3