made criteria match not show up on playlists tab

This commit is contained in:
Robbt 2018-12-12 17:31:27 -05:00
parent 4752c728b9
commit c109e29a59
1 changed files with 1 additions and 1 deletions

View File

@ -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