From: Alexander Ebert Date: Mon, 15 Apr 2013 11:56:07 +0000 (+0200) Subject: Fixed exception X-Git-Tag: 2.0.0_Beta_1~356 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=12100c10a0f1b054983bf815ae9becedcaa415f3;p=GitHub%2FWoltLab%2FWCF.git Fixed exception --- diff --git a/wcfsetup/install/files/lib/system/exception/NamedUserException.class.php b/wcfsetup/install/files/lib/system/exception/NamedUserException.class.php index 56e55861a4..2018f65f4a 100644 --- a/wcfsetup/install/files/lib/system/exception/NamedUserException.class.php +++ b/wcfsetup/install/files/lib/system/exception/NamedUserException.class.php @@ -26,7 +26,7 @@ class NamedUserException extends UserException { 'name' => get_class($this), 'file' => $this->getFile(), 'line' => $this->getLine(), - 'message' => $this->_getMessage(), + 'message' => $this->getMessage(), 'stacktrace' => $this->getTraceAsString(), 'templateName' => 'userException' ));