From 12100c10a0f1b054983bf815ae9becedcaa415f3 Mon Sep 17 00:00:00 2001 From: Alexander Ebert Date: Mon, 15 Apr 2013 13:56:07 +0200 Subject: [PATCH] Fixed exception --- .../files/lib/system/exception/NamedUserException.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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' )); -- 2.20.1