Code base synced
[mailer.git] / inc / classes / exceptions / helper / class_HelperNoPreviousOpenedSubGroupException.php
index 6c257c0b51b91b9b2e5b750f55494af820c67a10..b6b78f61d48118d3bbb4bb4e316ad1b7765c5cdf 100644 (file)
@@ -31,7 +31,7 @@ class HelperNoPreviousOpenedSubGroupException extends FrameworkException {
         */
        public function __construct (array $msgArray, $code) {
                // Add a message around the missing class
-               $message = sprintf("[%s:%d] Sub group not opened before. Raw text follows: <span id=\"exception_reason\">%s</span>",
+               $message = sprintf("[%s:%d] Sub group not opened before. Raw text follows: <span class=\"exception_reason\">%s</span>",
                        $msgArray[0]->__toString(),
                        $this->getLine(),
                        $msgArray[1]