Require 16 for collections

Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
Julius Härtl
2019-03-25 14:51:43 +01:00
parent e2be00a18d
commit 2852510b55
3 changed files with 21 additions and 6 deletions
+5
View File
@@ -154,6 +154,11 @@ class Application extends App {
}
protected function registerCollaborationResources() {
$version = \OC_Util::getVersion()[0];
if ($version < 16) {
return;
}
/**
* Register Collaboration ResourceProvider
*/