]> git.mxchange.org Git - core.git/blobdiff - framework/main/classes/points/class_UserPoints.php
Rewrite continued:
[core.git] / framework / main / classes / points / class_UserPoints.php
index 723fca00d7ac6d1774990f5ff59df9dd65f560fc..f3eb51e355bcab64c97b1b87dc23782af2d1ed52 100644 (file)
@@ -113,7 +113,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');