зеркало из https://github.com/nextcloud/deck.git
Fix comment entity registration
Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
Родитель
8b161927da
Коммит
8e3fa71a2d
|
@ -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');
|
||||
|
|
|
@ -99,6 +99,8 @@ class Application extends App {
|
|||
}
|
||||
});
|
||||
|
||||
$this->registerCommentsEntity();
|
||||
|
||||
}
|
||||
|
||||
public function registerNavigationEntry() {
|
||||
|
|
Загрузка…
Ссылка в новой задаче