Fix comment entity registration
Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
@@ -28,7 +28,6 @@ if ((@include_once __DIR__ . '/../vendor/autoload.php')===false) {
|
|||||||
$app = new \OCA\Deck\AppInfo\Application();
|
$app = new \OCA\Deck\AppInfo\Application();
|
||||||
$app->registerNavigationEntry();
|
$app->registerNavigationEntry();
|
||||||
$app->registerNotifications();
|
$app->registerNotifications();
|
||||||
$app->registerCommentsEntity();
|
|
||||||
|
|
||||||
/** Load activity style global so it is availabile in the activity app as well */
|
/** Load activity style global so it is availabile in the activity app as well */
|
||||||
\OC_Util::addStyle('deck', 'activity');
|
\OC_Util::addStyle('deck', 'activity');
|
||||||
|
|||||||
@@ -99,6 +99,8 @@ class Application extends App {
|
|||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
|
$this->registerCommentsEntity();
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
public function registerNavigationEntry() {
|
public function registerNavigationEntry() {
|
||||||
|
|||||||
Reference in New Issue
Block a user