Comment updated
[core.git] / inc / classes / main / helper / web / links / class_WebLinkHelper.php
index fa0d9a2bfad0c024d6d3a4070681c5e92dc2a5f4..5b4a9220e04eb1e364214228ad8e43dec0993805 100644 (file)
@@ -99,7 +99,7 @@ class WebLinkHelper extends BaseWebHelper implements HelpableTemplate {
                // Is the deprecated parameter set?
                if (!is_null($linkBase)) {
                        // Then output a deprecation message
-                       $helperInstance->deprecationWarning(__METHOD__ . ': linkBase is deprecated. Please remove it from your templates and add a config entry ' . $configEntry . ' in your config.php file.');
+                       $helperInstance->deprecationWarning(__METHOD__ . ': linkBase is deprecated. Please remove it from your templates and add a config entry ' . $configEntry . '_action in your config.php file.');
                } // END - if
 
                // Determine link base from config now and 'page' request
@@ -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
                }