made criteria match not show up on playlists tab
This commit is contained in:
parent
4752c728b9
commit
c109e29a59
|
@ -2,7 +2,7 @@
|
|||
$items = $this->contents;
|
||||
$isSmartBlock = ($this->obj instanceof Application_Model_Block);
|
||||
$isPlaylist = ($this->obj instanceof Application_Model_Playlist);
|
||||
if ($this->showPoolCount) { ?>
|
||||
if ($isSmartBlock && $this->showPoolCount) { ?>
|
||||
<div class='sp_text_font sp_text_font_bold'>
|
||||
<span id='sp_pool_count' class='sp_text_font sp_text_font_bold'>
|
||||
<?php
|
||||
|
|
Loading…
Reference in New Issue