mirror of
https://github.com/Pathduck/gallery3.git
synced 2026-07-28 10:43:53 -04:00
Convert single quotes to double quotes.
This commit is contained in:
@@ -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();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user