Pass the whole item, not just it's ID, to the info_block_metadata event.

This commit is contained in:
Chad Kieffer
2011-01-04 19:25:02 -07:00
parent e921c3c5b5
commit 1d2e583c31
+1 -1
View File
@@ -69,7 +69,7 @@ class info_block_Core {
}
$block->content->metadata = $info;
module::event("info_block_metadata", $block, $theme->item->id);
module::event("info_block_metadata", $block, $theme->item);
}
break;
}