Fixed exception
authorAlexander Ebert <ebert@woltlab.com>
Mon, 15 Apr 2013 11:56:07 +0000 (13:56 +0200)
committerAlexander Ebert <ebert@woltlab.com>
Mon, 15 Apr 2013 11:56:07 +0000 (13:56 +0200)
wcfsetup/install/files/lib/system/exception/NamedUserException.class.php

index 56e55861a42fbd080dee9062cfdc34e6fbf49f3d..2018f65f4a0a3eda26c9bce1029b8adf28ffa63a 100644 (file)
@@ -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'
                ));