]> source.dussan.org Git - nextcloud-server.git/commit
Fix fed share test call to return proper result 1515/head
authorVincent Petry <pvince81@owncloud.com>
Tue, 6 Sep 2016 10:57:14 +0000 (12:57 +0200)
committerLukas Reschke <lukas@statuscode.ch>
Mon, 26 Sep 2016 09:17:57 +0000 (11:17 +0200)
commit335fcb1a43becb0378597a3dea1fb020dd81c87a
tree6f1b65df3248c6a86fcf05650dc9bdd7ff81d7c9
parente0dd6768be6dee144381e9159696a59c1863508d
Fix fed share test call to return proper result

Fixes an issue where retrying a previously failed federated share would
not properly reset the availability flag because the return value was
undefined instead of "true".

Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
apps/files_sharing/lib/External/Storage.php
apps/files_sharing/tests/ExternalStorageTest.php