MINOR Whitespace change (from r91261)

git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/trunk@92453 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
Ingo Schommer 2009-11-21 01:41:57 +00:00
parent 3878730edf
commit eccf13ebf8

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;
}
/**