]> git.mxchange.org Git - core.git/commitdiff
Fixed
authorRoland Häder <roland@mxchange.org>
Fri, 31 Jul 2009 18:59:34 +0000 (18:59 +0000)
committerRoland Häder <roland@mxchange.org>
Fri, 31 Jul 2009 18:59:34 +0000 (18:59 +0000)
inc/classes/main/helper/web/links/class_WebLinkHelper.php

index fa0d9a2bfad0c024d6d3a4070681c5e92dc2a5f4..688bf14f05d6178e383a1cb14feefd56af20680c 100644 (file)
@@ -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
                }