diff options
author | Bharat Mediratta <bharat@menalto.com> | 2009-06-28 18:10:42 -0700 |
---|---|---|
committer | Bharat Mediratta <bharat@menalto.com> | 2009-06-28 18:10:42 -0700 |
commit | 24f0c4bd1914e5dc62d4fef936c901227620abbe (patch) | |
tree | 635c55d573bbbcb3dd9b65c4ac60a821d2fe2994 /modules/info | |
parent | b235fd6e5f2197869c8ef04637d990d2017a19bf (diff) |
Undo my last change; it's not the right fix for the problem.
Diffstat (limited to 'modules/info')
-rw-r--r-- | modules/info/helpers/info_theme.php | 1 | ||||
-rw-r--r-- | modules/info/views/info_block.html.php | 2 |
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> |