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

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