]> git.mxchange.org Git - core.git/blobdiff - framework/main/classes/points/class_UserPoints.php
Continued:
[core.git] / framework / main / classes / points / class_UserPoints.php
index 523698fdefe374c1a26d49299027950cad244873..0110e689ab55a195960dea21903c663e5743fb76 100644 (file)
@@ -134,7 +134,7 @@ class UserPoints extends BaseFrameworkSystem implements Registerable, BookablePo
 
                        // Has he enought points?
                        $hasRequired = ($currEntry['points'] >= $requiredPoints);
-               } // END - if
+               }
 
                // Return the result
                return $hasRequired;