From: Roland Haeder Date: Tue, 7 Apr 2015 16:07:54 +0000 (+0200) Subject: This is a public method. X-Git-Url: https://git.mxchange.org/?p=core.git;a=commitdiff_plain;h=ac6e5437bc6a985903f3166020583825c9f08bf1 This is a public method. Signed-off-by: Roland Häder --- 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();