bug 1391: Fix Whitespace

bug-1391
Benny Baumann 9 years ago
parent 1c5bceeae7
commit e6af0ab4c9

@ -225,8 +225,7 @@ class Default_Model_User {
* The amount of points that have been issued (might be less than * The amount of points that have been issued (might be less than
* $points) * $points)
*/ */
public function assure(Default_Model_User $assuree, $points, $location, public function assure(Default_Model_User $assuree, $points, $location, $date) {
$date) {
// Sanitize inputs // Sanitize inputs
$points = intval($points); $points = intval($points);
$location = stripslashes($location); $location = stripslashes($location);

Loading…
Cancel
Save