Comment updated
authorRoland Häder <roland@mxchange.org>
Fri, 31 Jul 2009 19:02:09 +0000 (19:02 +0000)
committerRoland Häder <roland@mxchange.org>
Fri, 31 Jul 2009 19:02:09 +0000 (19:02 +0000)
inc/classes/main/helper/web/links/class_WebLinkHelper.php

index 688bf14f05d6178e383a1cb14feefd56af20680c..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
                // 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
                } // END - if
 
                // Determine link base from config now and 'page' request