diff options
Diffstat (limited to 'modules/info/helpers/info_block.php')
-rw-r--r-- | modules/info/helpers/info_block.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/info/helpers/info_block.php b/modules/info/helpers/info_block.php index 65b60289..62c2919c 100644 --- a/modules/info/helpers/info_block.php +++ b/modules/info/helpers/info_block.php @@ -19,7 +19,7 @@ */ class info_block_Core { - public static function sidebar($theme) { + public static function sidebar_blocks($theme) { $block = new Block(); $block->id = "gMetadata"; $block->title = _("Item Info"); |