From b664aad7abdca5327684b1218ac78fa172f8acb3 Mon Sep 17 00:00:00 2001 From: "John Molakvoæ (skjnldsv)" Date: Thu, 2 Dec 2021 00:08:08 +0100 Subject: Move bundles to /dist MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: John Molakvoæ (skjnldsv) --- core/Controller/ProfilePageController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/Controller/ProfilePageController.php') diff --git a/core/Controller/ProfilePageController.php b/core/Controller/ProfilePageController.php index 505dfa4e249..8b1ecb6c98e 100644 --- a/core/Controller/ProfilePageController.php +++ b/core/Controller/ProfilePageController.php @@ -143,7 +143,7 @@ class ProfilePageController extends Controller { $this->profileManager->getProfileParams($targetUser, $visitingUser), ); - \OCP\Util::addScript('core', 'dist/profile'); + \OCP\Util::addScript('core', 'profile'); return new TemplateResponse( 'core', -- cgit v1.2.3