MINOR Whitespace change

git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/branches/2.4@91261 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
Sean Harvey 2009-11-11 02:21:50 +00:00 committed by Sam Minnee
parent 856a7f32ab
commit 5fc556867e

View File

@ -203,7 +203,7 @@ class DataObjectSet extends ViewableData implements IteratorAggregate, Countable
* @return int
*/
public function CurrentPage() {
return floor($this->pageStart / $this->pageLength) + 1;
return floor($this->pageStart / $this->pageLength) + 1;
}
/**