1
0

Update 3.0/modules/author/helpers/author_block.php

Update so module will work with dynamic modules.
This commit is contained in:
floridave 2012-09-10 18:04:55 -06:00
parent b58acc0729
commit b519a8fb18

View File

@ -24,6 +24,9 @@ class author_block_Core {
static function get($block_id, $theme) {
$item = $theme->item;
if (!$item) {
return;
}
if ($block_id != 'author' || $item->is_album() ) {
return '';
}