readConfig() is not naming convention, renamed to getConfigEntry()
[core.git] / inc / classes / main / helper / web / links / class_WebLinkHelper.php
index bbec50a6f9fe28e2180859a31acb32db8e49a7c7..fa0d9a2bfad0c024d6d3a4070681c5e92dc2a5f4 100644 (file)
@@ -104,7 +104,7 @@ class WebLinkHelper extends BaseWebHelper implements HelpableTemplate {
 
                // Determine link base from config now and 'page' request
                try {
-                       $newLinkBase = $helperInstance->getConfigInstance()->readConfig($configEntry);
+                       $newLinkBase = $helperInstance->getConfigInstance()->getConfigEntry($configEntry);
                        $linkBase = $newLinkBase;
                } catch (ConfigEntryNotFoundException $e) {
                        // Is the deprecated linkBase not set?