From: Roland Häder Date: Fri, 31 Jul 2009 18:59:34 +0000 (+0000) Subject: Fixed X-Git-Url: https://git.mxchange.org/?p=core.git;a=commitdiff_plain;h=2d38dd6724656dedc2786c2e0ea0c8a8c5120b3c Fixed --- diff --git a/inc/classes/main/helper/web/links/class_WebLinkHelper.php b/inc/classes/main/helper/web/links/class_WebLinkHelper.php index fa0d9a2b..688bf14f 100644 --- a/inc/classes/main/helper/web/links/class_WebLinkHelper.php +++ b/inc/classes/main/helper/web/links/class_WebLinkHelper.php @@ -110,7 +110,7 @@ class WebLinkHelper extends BaseWebHelper implements HelpableTemplate { // Is the deprecated linkBase not set? if (is_null($linkBase)) { // Then throw again the exception - throw new ConfigEntryNotFoundException(array(__CLASS__, ($configEntry)), self::EXCEPTION_CONFIG_ENTRY_WAS_NOT_FOUND); + throw new ConfigEntryNotFoundException(array(__CLASS__, ($configEntry)), FrameworkConfiguration::EXCEPTION_CONFIG_ENTRY_WAS_NOT_FOUND); } // END - if }