Require 16 for collections
Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
@@ -154,6 +154,11 @@ class Application extends App {
|
||||
}
|
||||
|
||||
protected function registerCollaborationResources() {
|
||||
$version = \OC_Util::getVersion()[0];
|
||||
if ($version < 16) {
|
||||
return;
|
||||
}
|
||||
|
||||
/**
|
||||
* Register Collaboration ResourceProvider
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user