diff options
author | Björn Schießle <bjoern@schiessle.org> | 2013-10-04 07:10:21 -0700 |
---|---|---|
committer | Björn Schießle <bjoern@schiessle.org> | 2013-10-04 07:10:21 -0700 |
commit | 2cdf54b77d2d9cc022e70012774f6979036d6deb (patch) | |
tree | bf6096f09597a25c0883d18ed8978dbd03b40704 /tests | |
parent | 7337b341106b6ae093b8d56c4d885b497db6e5aa (diff) | |
parent | 2e7f481e6bcc9b9d2aea986c86af123f1ec265c0 (diff) | |
download | nextcloud-server-2cdf54b77d2d9cc022e70012774f6979036d6deb.tar.gz nextcloud-server-2cdf54b77d2d9cc022e70012774f6979036d6deb.zip |
Merge pull request #4877 from owncloud/ocs_share_api
OCS Share API
Diffstat (limited to 'tests')
-rw-r--r-- | tests/enable_all.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/enable_all.php b/tests/enable_all.php index 111ed0e1357..43ee16a72f8 100644 --- a/tests/enable_all.php +++ b/tests/enable_all.php @@ -8,6 +8,7 @@ require_once __DIR__.'/../lib/base.php'; +OC_App::enable('files_sharing'); OC_App::enable('files_encryption'); OC_App::enable('calendar'); OC_App::enable('contacts'); |