Opps...
authorRoland Häder <roland@mxchange.org>
Sat, 22 Aug 2009 00:21:43 +0000 (00:21 +0000)
committerRoland Häder <roland@mxchange.org>
Sat, 22 Aug 2009 00:21:43 +0000 (00:21 +0000)
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
                $resultInstance = $wrapperInstance->doSelectByCriteria($searchInstance);
 
                // Set it in this instance
-               $pointsInstance->setResultInstance();
+               $pointsInstance->setResultInstance($resultInstance);
 
                // Return instance
                return $pointsInstance;
 
                // Return instance
                return $pointsInstance;