summaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
Diffstat (limited to 'core')
-rw-r--r--core/controllers/photos.php8
1 files changed, 4 insertions, 4 deletions
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");