From 66c6c3df0e6d722d3c2cc8b12d87b2f3aa903444 Mon Sep 17 00:00:00 2001 From: Bharat Mediratta Date: Thu, 4 Jun 2009 21:43:21 -0700 Subject: Convert single quotes to double quotes. --- modules/gallery/libraries/Theme_View.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'modules/gallery/libraries/Theme_View.php') diff --git a/modules/gallery/libraries/Theme_View.php b/modules/gallery/libraries/Theme_View.php index 5fcc2943..15baaeef 100644 --- a/modules/gallery/libraries/Theme_View.php +++ b/modules/gallery/libraries/Theme_View.php @@ -145,10 +145,10 @@ class Theme_View_Core extends View { if ($this->children_count) { $this->pagination = new Pagination(); $this->pagination->initialize( - array('query_string' => 'page', - 'total_items' => $this->children_count, - 'items_per_page' => $this->page_size, - 'style' => 'classic')); + array("query_string" => "page", + "total_items" => $this->children_count, + "items_per_page" => $this->page_size, + "style" => "classic")); return $this->pagination->render(); } } -- cgit v1.2.3