summaryrefslogtreecommitdiffstats
path: root/settings/Controller/AppSettingsController.php
diff options
context:
space:
mode:
authorChristoph Wurst <christoph@winzerhof-wurst.at>2019-01-10 13:44:22 +0100
committerChristoph Wurst <christoph@winzerhof-wurst.at>2019-01-10 13:44:22 +0100
commitea1fcd036f4415033ed9a730b1e007ba6300a918 (patch)
treed6f2e86a89f9824d39cbe438473d17e5e573dc43 /settings/Controller/AppSettingsController.php
parent7dacd468bf7b14134cf24f8acfc6bad9b20e7587 (diff)
downloadnextcloud-server-ea1fcd036f4415033ed9a730b1e007ba6300a918.tar.gz
nextcloud-server-ea1fcd036f4415033ed9a730b1e007ba6300a918.zip
Bundle the 'marked' library
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Diffstat (limited to 'settings/Controller/AppSettingsController.php')
-rw-r--r--settings/Controller/AppSettingsController.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/settings/Controller/AppSettingsController.php b/settings/Controller/AppSettingsController.php
index faa63e67300..2842ead3eaa 100644
--- a/settings/Controller/AppSettingsController.php
+++ b/settings/Controller/AppSettingsController.php
@@ -133,7 +133,6 @@ class AppSettingsController extends Controller {
*/
public function viewApps(): TemplateResponse {
\OC_Util::addScript('settings', 'apps');
- \OC_Util::addVendorScript('core', 'marked/marked.min');
$params = [];
$params['appstoreEnabled'] = $this->config->getSystemValue('appstoreenabled', true) === true;
$params['updateCount'] = count($this->getAppsWithUpdates());