summaryrefslogtreecommitdiff
path: root/modules/info/helpers/info_theme.php
diff options
context:
space:
mode:
Diffstat (limited to 'modules/info/helpers/info_theme.php')
-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;