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
* $points)
*/
public function assure(Default_Model_User $assuree, $points, $location,
$date) {
public function assure(Default_Model_User $assuree, $points, $location, $date) {
// Sanitize inputs
$points = intval($points);
$location = stripslashes($location);

Loading…
Cancel
Save