readConfig() is not naming convention, renamed to getConfigEntry()
[core.git] / inc / classes / main / points / class_UserPoints.php
index 8da3eb94074a47a993daa6c0817dd3367ef82402..1fb953268b8303693f7af557df7773240311e012 100644 (file)
@@ -89,7 +89,7 @@ class UserPoints extends BaseFrameworkSystem implements Registerable, BookablePo
                $hasRequired = false;
 
                // Get the required points entry
-               $requiredPoints = $this->getConfigInstance()->readConfig($action . '_action_points');
+               $requiredPoints = $this->getConfigInstance()->getConfigEntry($action . '_action_points');
 
                // Now get a search criteria and set the user's name as criteria
                $searchInstance = ObjectFactory::createObjectByConfiguredName('search_criteria_class');