]> git.mxchange.org Git - hub.git/blobdiff - inc/classes/exceptions/main/class_NoObjectException.php
Code merged from ship-simu repository
[hub.git] / inc / classes / exceptions / main / class_NoObjectException.php
index 20f6870f408706bc15e8e15a75294ff576e5b67e..541b849889977010daef4b8d054a3f925e04abb5 100644 (file)
@@ -33,7 +33,7 @@ class NoObjectException extends FrameworkException {
         */
        public function __construct ($string, $code) {
                // Add a message around the missing class
-               $message = sprintf("<span id=\"exception_reason\">%s</span> ist kein Objekt!",
+               $message = sprintf("<span class=\"exception_reason\">%s</span> ist kein Objekt!",
                        $string
                );