summaryrefslogtreecommitdiff
path: root/modules/info/helpers/info_block.php
diff options
context:
space:
mode:
authorChad Kieffer <ckieffer@gmail.com>2011-01-06 21:03:19 -0700
committerChad Kieffer <ckieffer@gmail.com>2011-01-06 21:03:19 -0700
commit06d94065ce0919f34151da05b32642a95397044f (patch)
tree708ef5ac1dbca6eb035dac94dd70dc941564159a /modules/info/helpers/info_block.php
parenta897a9d53f7df79f55888141444a22f38665dce6 (diff)
Updates per Bharat's pull request review. Renamed info_block_metadata event to info_block_get_metadata.
Diffstat (limited to 'modules/info/helpers/info_block.php')
-rw-r--r--modules/info/helpers/info_block.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/info/helpers/info_block.php b/modules/info/helpers/info_block.php
index 5841ec6f..9596bc41 100644
--- a/modules/info/helpers/info_block.php
+++ b/modules/info/helpers/info_block.php
@@ -71,7 +71,7 @@ class info_block_Core {
}
$block->content->metadata = $info;
- module::event("info_block_metadata", $block, $theme->item);
+ module::event("info_block_get_metadata", $block, $theme->item);
}
break;
}