X-Git-Url: https://git.mxchange.org/?p=core.git;a=blobdiff_plain;f=inc%2Fclasses%2Fmain%2Fpoints%2Fclass_UserPoints.php;h=b28e2948bf879509ed84e12413ebdb88c805621b;hp=8057f37bb89e772a3d654a4fc4a18c1cd772476f;hb=ac6e5437bc6a985903f3166020583825c9f08bf1;hpb=d26e71af1e28dc1429823bdec244df6303f9b2fb diff --git a/inc/classes/main/points/class_UserPoints.php b/inc/classes/main/points/class_UserPoints.php index 8057f37b..b28e2948 100644 --- a/inc/classes/main/points/class_UserPoints.php +++ b/inc/classes/main/points/class_UserPoints.php @@ -128,7 +128,7 @@ class UserPoints extends BaseFrameworkSystem implements Registerable, BookablePo * @param $amount Amount of points we shall book * @return void */ - function bookPointsDirectly ($amount) { + public function bookPointsDirectly ($amount) { // Rewind always $this->getResultInstance()->rewind();