]> git.mxchange.org Git - hub.git/blobdiff - application/hub/main/handler/message-types/class_BaseMessageHandler.php
This constant is now no longer available through "self" from these classes.
[hub.git] / application / hub / main / handler / message-types / class_BaseMessageHandler.php
index 5cf47cc1d3adf0bc371ca0a63a0e9b9eeaf73c78..d04acc1f7dba70751cc835dccdffe90aca6d9415 100644 (file)
@@ -41,7 +41,7 @@ abstract class BaseMessageHandler extends BaseDataHandler {
         */
        protected function getTranslatedStatusFromLastException () {
                // Default is all fine
-               $statusCode = self::MESSAGE_STATUS_CODE_OKAY;
+               $statusCode = BaseHubSystem::MESSAGE_STATUS_CODE_OKAY;
 
                // Is the last exception not NULL?
                if ($this->getLastException() instanceof FrameworkException) {