Merge pull request #99 from sualko/fix-app-init

fix: app init
pull/105/head
Klaus 2020-11-17 15:22:51 +01:00 committed by GitHub
commit d571a7a85b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -1,3 +1,5 @@
<?php
OCP\Util::addScript('bbb', 'filelist');
\OC::$server->query(\OCA\BigBlueButton\AppInfo\Application::class);