зеркало из https://github.com/nextcloud/spreed.git
Correctly setup the Application class
Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
Родитель
bb257851ff
Коммит
d709d5410e
|
@ -19,6 +19,6 @@
|
|||
*
|
||||
*/
|
||||
|
||||
$app = new \OCA\Talk\AppInfo\Application();
|
||||
$app = \OC::$server->query(\OCA\Talk\AppInfo\Application::class);
|
||||
// For the navigation $l->t('Talk')
|
||||
$app->register();
|
||||
|
|
Загрузка…
Ссылка в новой задаче