Skip to content

Commit f278c8b

Browse files
committed
typo
1 parent 184089e commit f278c8b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

blocks/block.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,7 @@ function tag_block_top_show($options, $dirname = '', $catid = 0)
294294
return $block;
295295
}
296296

297-
$tag_data_array = $tagHandler->getTagData($tags_array, $options[1], $options[2]);
297+
$tags_data_array = $tagHandler->getTagData($tags_array, $options[1], $options[2]);
298298
/*
299299
$count_max = 0;
300300
$count_min = 0;

0 commit comments

Comments
 (0)