From 22ebca0be419fab3e05be40d58f54fe954b7ab71 Mon Sep 17 00:00:00 2001 From: Matthias Schmidt Date: Sun, 14 Apr 2019 10:27:45 +0200 Subject: [PATCH] Fix merge issue See 5617fec4ff24c9336f14d6d1052ed6b52e8614c3 --- .../install/files/lib/system/exception/AJAXException.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wcfsetup/install/files/lib/system/exception/AJAXException.class.php b/wcfsetup/install/files/lib/system/exception/AJAXException.class.php index 6032846463..ad6750de06 100644 --- a/wcfsetup/install/files/lib/system/exception/AJAXException.class.php +++ b/wcfsetup/install/files/lib/system/exception/AJAXException.class.php @@ -8,7 +8,7 @@ use wcf\util\JSON; * AJAXException provides JSON-encoded exceptions. * * @author Alexander Ebert - * @copyright 2001-2019 WoltLab Gmb + * @copyright 2001-2019 WoltLab GmbH * @license GNU Lesser General Public License * @package WoltLabSuite\Core\System\Exception */ -- 2.20.1