summaryrefslogtreecommitdiff
path: root/modules/info/helpers
diff options
context:
space:
mode:
authorBharat Mediratta <bharat@menalto.com>2009-06-28 18:10:42 -0700
committerBharat Mediratta <bharat@menalto.com>2009-06-28 18:10:42 -0700
commit24f0c4bd1914e5dc62d4fef936c901227620abbe (patch)
tree635c55d573bbbcb3dd9b65c4ac60a821d2fe2994 /modules/info/helpers
parentb235fd6e5f2197869c8ef04637d990d2017a19bf (diff)
Undo my last change; it's not the right fix for the problem.
Diffstat (limited to 'modules/info/helpers')
-rw-r--r--modules/info/helpers/info_theme.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/info/helpers/info_theme.php b/modules/info/helpers/info_theme.php
index 2a761fb4..151885b7 100644
--- a/modules/info/helpers/info_theme.php
+++ b/modules/info/helpers/info_theme.php
@@ -22,7 +22,6 @@ class info_theme_Core {
if ($theme->item()) {
$block = new Block();
$block->css_id = "gMetadata";
- $block->item = $theme->item();
$block->title = $theme->item()->is_album() ? t("Album Info") : t("Photo Info");
$block->content = new View("info_block.html");
return $block;