X-Git-Url: https://git.mxchange.org/?p=core.git;a=blobdiff_plain;f=inc%2Fclasses%2Fmain%2Fpoints%2Fclass_UserPoints.php;h=b28e2948bf879509ed84e12413ebdb88c805621b;hp=4163e5b3c791d68051810c1a707c6f887a64515b;hb=ac6e5437bc6a985903f3166020583825c9f08bf1;hpb=66e68715d3d5a5e7fd5a3046471914ef3f9dd4b4 diff --git a/inc/classes/main/points/class_UserPoints.php b/inc/classes/main/points/class_UserPoints.php index 4163e5b3..b28e2948 100644 --- a/inc/classes/main/points/class_UserPoints.php +++ b/inc/classes/main/points/class_UserPoints.php @@ -4,7 +4,7 @@ * * @author Roland Haeder * @version 0.0.0 - * @copyright Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2012 Core Developer Team + * @copyright Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2015 Core Developer Team * @license GNU GPL 3.0 or any newer version * @link http://www.shipsimu.org * @@ -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();