Merge pull request #676 from nextcloud/fix-duplicate-register

Do not call register for comment entities twice
This commit is contained in:
Julius Härtl
2018-11-06 19:45:42 +01:00
committed by GitHub
2 changed files with 1 additions and 2 deletions

View File

@@ -28,6 +28,7 @@ if ((@include_once __DIR__ . '/../vendor/autoload.php')===false) {
$app = new \OCA\Deck\AppInfo\Application();
$app->registerNavigationEntry();
$app->registerNotifications();
$app->registerCommentsEntity();
/** Load activity style global so it is availabile in the activity app as well */
\OC_Util::addStyle('deck', 'activity');