From: Matthias Schmidt Date: Sun, 19 May 2019 07:52:20 +0000 (+0200) Subject: Fix name of JavaScript module X-Git-Tag: 5.2.0_Alpha_1~85 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=59ecf75bcf846cd8034a746ec763d895c47a076e;p=GitHub%2FWoltLab%2FWCF.git Fix name of JavaScript module See #2716 --- 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) {