summaryrefslogtreecommitdiffstats
path: root/core/setup
diff options
context:
space:
mode:
authorMorris Jobke <hey@morrisjobke.de>2014-11-06 14:47:58 +0100
committerThomas Müller <thomas.mueller@tmit.eu>2014-11-06 16:29:34 +0100
commit7353183d999795b6044ace6084c67eca95de77cd (patch)
treec02203beba2b02fea5c83a26934a4325b9b56cea /core/setup
parent8f1fa32e1f1cf27a98882307525b4dbe68c340b3 (diff)
downloadnextcloud-server-7353183d999795b6044ace6084c67eca95de77cd.tar.gz
nextcloud-server-7353183d999795b6044ace6084c67eca95de77cd.zip
bower strengthify
Diffstat (limited to 'core/setup')
-rw-r--r--core/setup/controller.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/core/setup/controller.php b/core/setup/controller.php
index f5f05348fd1..0722a2b13c3 100644
--- a/core/setup/controller.php
+++ b/core/setup/controller.php
@@ -57,8 +57,8 @@ class Controller {
);
$parameters = array_merge($defaults, $post);
- \OC_Util::addScript( '3rdparty', 'strengthify/jquery.strengthify' );
- \OC_Util::addStyle( '3rdparty', 'strengthify/strengthify' );
+ \OC_Util::addVendorScript('strengthify/jquery.strengthify');
+ \OC_Util::addVendorStyle('strengthify/strengthify');
\OC_Util::addScript('setup');
\OC_Template::printGuestPage('', 'installation', $parameters);
}