]> git.mxchange.org Git - core.git/blobdiff - inc/classes/main/points/class_UserPoints.php
Opps...
[core.git] / inc / classes / main / points / class_UserPoints.php
index a76cf3ca6fd59f0bd58eded26f1d412a4b677cad..f4dbad4d5cb57280a2d94ae915b47b4f17d56096 100644 (file)
@@ -64,7 +64,7 @@ class UserPoints extends BaseFrameworkSystem implements Registerable, BookablePo
                $resultInstance = $wrapperInstance->doSelectByCriteria($searchInstance);
 
                // Set it in this instance
-               $pointsInstance->setResultInstance();
+               $pointsInstance->setResultInstance($resultInstance);
 
                // Return instance
                return $pointsInstance;