diff options
author | Thomas Müller <thomas.mueller@tmit.eu> | 2012-10-27 19:36:24 +0200 |
---|---|---|
committer | Thomas Müller <thomas.mueller@tmit.eu> | 2012-10-27 19:37:10 +0200 |
commit | b390da3eba41f31c20f7c0f2925dedc840343290 (patch) | |
tree | 848010190bcfb1bd392e3f05449cce73c1bda0f2 /tests | |
parent | 1b2279c9353f189a5a10d632be5691e147230212 (diff) | |
download | nextcloud-server-b390da3eba41f31c20f7c0f2925dedc840343290.tar.gz nextcloud-server-b390da3eba41f31c20f7c0f2925dedc840343290.zip |
don't enable apps twice
Diffstat (limited to 'tests')
-rw-r--r-- | tests/enable_all.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/enable_all.php b/tests/enable_all.php index 02e35518d64..74145e55e18 100644 --- a/tests/enable_all.php +++ b/tests/enable_all.php @@ -15,6 +15,4 @@ OC_App::enable('mozilla_sync'); OC_App::enable('news'); OC_App::enable('provisioning_api'); OC_App::enable('user_external'); -OC_App::enable('provisioning_api'); -OC_App::enable('provisioning_api'); |