Fix name of JavaScript module
authorMatthias Schmidt <gravatronics@live.com>
Sun, 19 May 2019 07:52:20 +0000 (09:52 +0200)
committerMatthias Schmidt <gravatronics@live.com>
Sun, 19 May 2019 07:52:20 +0000 (09:52 +0200)
See #2716

wcfsetup/install/files/js/WoltLabSuite/Core/Acp/Ui/User/Content/Remove/Handler.js

index a72b8065259f3415b8dacaf0034d902904370b3c..f676c3186529c8283889fc15e2969ae73b8b2670 100644 (file)
@@ -4,7 +4,7 @@
  * @author     Joshua Ruesweg
  * @copyright  2001-2019 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @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) {