From 73c52c7140e0b867d02b658be396b91396c6713e Mon Sep 17 00:00:00 2001 From: Bharat Mediratta Date: Thu, 15 Jan 2009 02:15:10 +0000 Subject: whitespace fix. --- core/controllers/albums.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/controllers') diff --git a/core/controllers/albums.php b/core/controllers/albums.php index d87bd640..ef1d2eb4 100644 --- a/core/controllers/albums.php +++ b/core/controllers/albums.php @@ -40,7 +40,7 @@ class Albums_Controller extends Items_Controller { $page = $this->input->get("page", "1"); $children_count = $album->viewable()->children_count(); - $offset = ($page-1) * $page_size; + $offset = ($page - 1) * $page_size; // Make sure that the page references a valid offset if ($page < 1 || $page > max(ceil($children_count / $page_size), 1)) { -- cgit v1.2.3