X-Git-Url: https://git.llucax.com/mecon/meconlib.git/blobdiff_plain/834bee1cf2c5bd122b3e941c70b5c2f03ee80a27..e0bb2a45e21778743b6985197fe24ee0d2374d60:/lib/MLIB/HTML/Page.php diff --git a/lib/MLIB/HTML/Page.php b/lib/MLIB/HTML/Page.php index 69194dd..d99684d 100644 --- a/lib/MLIB/HTML/Page.php +++ b/lib/MLIB/HTML/Page.php @@ -1,16 +1,15 @@ getMessage(); } - $this->addBodyContent(new MECON_HTML_Error($msg)); + $this->addBodyContent(new MLIB_HTML_Error($msg)); $this->display(); exit; }