Resolve variable name for isSmartBlock vs. isStaticSmartblock to avoid conflict
This commit is contained in:
parent
b958aae77b
commit
25066afb37
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
<?php
|
||||
$items = $this->contents;
|
||||
$isStaticSmartBlock = ($this->obj instanceof Application_Model_Block && $this->obj->isStatic());
|
||||
$isSmartBlock = ($this->obj instanceof Application_Model_Block);
|
||||
$isPlaylist = ($this->obj instanceof Application_Model_Playlist);
|
||||
|
||||
if (count($items) && ($isSmartBlock || $isPlaylist)) : ?>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue