Code base synced
[mailer.git] / inc / classes / exceptions / main / class_MissingArrayElementsException.php
index a59b514329a6312439c6d916cf334ac9b9b2d7cb..5c3547bc2277a3582645bf39e7060f2737a2da1e 100644 (file)
@@ -41,7 +41,7 @@ class MissingArrayElementsException extends FrameworkException {
                }
 
                // Add a message around the missing class
-               $message = sprintf("[%s:%d] Array <u>%s()</u> Does not have these elements: <span id=\"exception_reason\">%s</span>",
+               $message = sprintf("[%s:%d] Array <u>%s()</u> Does not have these elements: <span class=\"exception_reason\">%s</span>",
                        $classArray[0]->__toString(),
                        $this->getLine(),
                        $classArray[1],