// 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