Fix comment entity registration

Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
Julius Härtl
2018-10-09 19:18:44 +02:00
parent 8b161927da
commit 8e3fa71a2d
2 changed files with 2 additions and 1 deletions

View File

@@ -28,7 +28,6 @@ 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');

View File

@@ -99,6 +99,8 @@ class Application extends App {
}
});
$this->registerCommentsEntity();
}
public function registerNavigationEntry() {