From 59ecf75bcf846cd8034a746ec763d895c47a076e Mon Sep 17 00:00:00 2001 From: Matthias Schmidt Date: Sun, 19 May 2019 09:52:20 +0200 Subject: [PATCH] Fix name of JavaScript module See #2716 --- .../js/WoltLabSuite/Core/Acp/Ui/User/Content/Remove/Handler.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wcfsetup/install/files/js/WoltLabSuite/Core/Acp/Ui/User/Content/Remove/Handler.js b/wcfsetup/install/files/js/WoltLabSuite/Core/Acp/Ui/User/Content/Remove/Handler.js index a72b806525..f676c31865 100644 --- a/wcfsetup/install/files/js/WoltLabSuite/Core/Acp/Ui/User/Content/Remove/Handler.js +++ b/wcfsetup/install/files/js/WoltLabSuite/Core/Acp/Ui/User/Content/Remove/Handler.js @@ -4,7 +4,7 @@ * @author Joshua Ruesweg * @copyright 2001-2019 WoltLab GmbH * @license GNU Lesser General Public License - * @module WoltLabSuite/Core/Acp/User/Content/Remove/Handler + * @module WoltLabSuite/Core/Acp/Ui/User/Content/Remove/Handler * @since 5.2 */ define(['Ajax', 'Language', 'Ui/Dialog', 'WoltLabSuite/Core/Acp/Ui/Worker'], function (Ajax, Language, UiDialog, Worker) { -- 2.20.1