This is a public method.
authorRoland Haeder <roland@mxchange.org>
Tue, 7 Apr 2015 16:07:54 +0000 (18:07 +0200)
committerRoland Haeder <roland@mxchange.org>
Tue, 7 Apr 2015 16:07:54 +0000 (18:07 +0200)
Signed-off-by: Roland Häder <roland@mxchange.org>
inc/classes/main/points/class_UserPoints.php

index 8057f37bb89e772a3d654a4fc4a18c1cd772476f..b28e2948bf879509ed84e12413ebdb88c805621b 100644 (file)
@@ -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();