]> git.mxchange.org Git - core.git/blobdiff - inc/classes/main/points/class_UserPoints.php
Made lower to upper case:
[core.git] / inc / classes / main / points / class_UserPoints.php
index 13b210eba54818d47fc5e6be4070f55ed785aaae..45d8f305667af2db350bfd8a7b66bee74f6feed7 100644 (file)
@@ -101,7 +101,7 @@ class UserPoints extends BaseFrameworkSystem implements Registerable, BookablePo
         */
        public function ifUserHasRequiredPoints ($action) {
                // Default is that everyone is poor... ;-)
-               $hasRequired = false;
+               $hasRequired = FALSE;
 
                // Get the required points entry
                $requiredPoints = $this->getConfigInstance()->getConfigEntry($action . '_action_points');