diff options
author | Roeland Jago Douma <rullzer@owncloud.com> | 2015-10-27 10:22:59 +0100 |
---|---|---|
committer | Roeland Jago Douma <rullzer@owncloud.com> | 2016-01-08 20:27:01 +0100 |
commit | 17a066c18e6d855895bb4604988d5ed40a423dc8 (patch) | |
tree | 781dc106fb313dff70785a6a6559e814af7f5e38 /apps/files_sharing | |
parent | 629bac22fd724ac8bcde6401782d9d2517556137 (diff) | |
download | nextcloud-server-17a066c18e6d855895bb4604988d5ed40a423dc8.tar.gz nextcloud-server-17a066c18e6d855895bb4604988d5ed40a423dc8.zip |
Properly close db cursors
Diffstat (limited to 'apps/files_sharing')
-rw-r--r-- | apps/files_sharing/tests/sharedmount.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files_sharing/tests/sharedmount.php b/apps/files_sharing/tests/sharedmount.php index 21c98625e60..15ebc7caf71 100644 --- a/apps/files_sharing/tests/sharedmount.php +++ b/apps/files_sharing/tests/sharedmount.php @@ -277,7 +277,7 @@ class Test_Files_Sharing_Mount extends OCA\Files_sharing\Tests\TestCase { \OCP\Constants::PERMISSION_UPDATE, \OCP\Constants::PERMISSION_CREATE, \OCP\Constants::PERMISSION_SHARE, - \OCP\Constants::PERMISSION_DELETE + \OCP\Constants::PERMISSION_DELETE, ]; $allPermissions = $powerset($permissions); |