summaryrefslogtreecommitdiff
path: root/modules/info
diff options
context:
space:
mode:
Diffstat (limited to 'modules/info')
-rw-r--r--modules/info/helpers/info_theme.php1
-rw-r--r--modules/info/views/info_block.html.php2
2 files changed, 1 insertions, 2 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;
diff --git a/modules/info/views/info_block.html.php b/modules/info/views/info_block.html.php
index 3a96937c..db621006 100644
--- a/modules/info/views/info_block.html.php
+++ b/modules/info/views/info_block.html.php
@@ -32,4 +32,4 @@
<? endif ?>
</li>
<? endif ?>
-</ul> \ No newline at end of file
+</ul>