From b7f451635a043a98d75ccba3e69597e8ea11226f Mon Sep 17 00:00:00 2001 From: Bharat Mediratta Date: Wed, 31 Dec 2008 06:44:38 +0000 Subject: change single to double quotes. --- core/controllers/photos.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'core') diff --git a/core/controllers/photos.php b/core/controllers/photos.php index 13185283..bb2a8510 100644 --- a/core/controllers/photos.php +++ b/core/controllers/photos.php @@ -26,10 +26,10 @@ class Photos_Controller extends Items_Controller { access::required("view", $photo); $template = new Theme_View("page.html", "photo"); - $template->set_global('item', $photo); - $template->set_global('children', array()); - $template->set_global('children_count', $photo->children_count()); - $template->set_global('parents', $photo->parents()); + $template->set_global("item", $photo); + $template->set_global("children", array()); + $template->set_global("children_count", $photo->children_count()); + $template->set_global("parents", $photo->parents()); $template->content = new View("photo.html"); -- cgit v1.2.3