Browse Source

don't enable apps twice

remotes/origin/stable5
Thomas Müller 14 years ago
parent
commit
b390da3eba
  1. 2
      tests/enable_all.php

2
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');
Loading…
Cancel
Save