removed dangling else statement

This commit is contained in:
Robbt 2018-12-03 20:27:45 -05:00
parent acc9952794
commit 6bae72345f
1 changed files with 0 additions and 3 deletions

View File

@ -18,9 +18,6 @@ if ($this->showPoolCount) { ?>
<?php } ?>
</div>
<?php
}
else {
}
if (count($items) && ($isSmartBlock || $isPlaylist)) : ?>
<?php $i = 0; ?>