diff options
author | Vincent Petry <pvince81@owncloud.com> | 2014-03-28 12:23:11 +0100 |
---|---|---|
committer | Vincent Petry <pvince81@owncloud.com> | 2014-03-28 12:23:11 +0100 |
commit | d0012e729aa811d44da518b192d1614c9e4b8b76 (patch) | |
tree | 7498009e295366b7408ee02e985143b00ff88aca /apps | |
parent | 5068c57845ab43e4d74ec9ff3e23d7dccc580a86 (diff) | |
parent | 31681a3a27d1f36a980a044479a5948b4310ebe5 (diff) | |
download | nextcloud-server-d0012e729aa811d44da518b192d1614c9e4b8b76.tar.gz nextcloud-server-d0012e729aa811d44da518b192d1614c9e4b8b76.zip |
Merge pull request #7879 from owncloud/sharing_cleanup_public_api
sharing api cleanup, first step
Diffstat (limited to 'apps')
-rw-r--r-- | apps/files_sharing/tests/api.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files_sharing/tests/api.php b/apps/files_sharing/tests/api.php index e2bbb548182..e3c5b6e4315 100644 --- a/apps/files_sharing/tests/api.php +++ b/apps/files_sharing/tests/api.php @@ -886,5 +886,5 @@ class Test_Files_Sharing_Api extends Test_Files_Sharing_Base { class TestShareApi extends \OCA\Files\Share\Api { public function correctPathTest($path, $folder) { return self::correctPath($path, $folder); -} + } } |