1
0

fix label $entry ep_is_sticky check missing properties sub array

This commit is contained in:
Ian
2015-02-02 18:34:57 +01:00
parent 8795b06c73
commit 37fecb5ebe

View File

@@ -169,7 +169,7 @@
{if !$showFutureEntries && ($entry.timestamp >= $serverOffsetHour)} {if !$showFutureEntries && ($entry.timestamp >= $serverOffsetHour)}
<span class="entry_status status_future">{$CONST.SCHEDULED}</span> <span class="entry_status status_future">{$CONST.SCHEDULED}</span>
{/if} {/if}
{if $entry.ep_is_sticky} {if $entry.properties.ep_is_sticky}
<span class="entry_status status_sticky">{$CONST.STICKY_POSTINGS}</span> <span class="entry_status status_sticky">{$CONST.STICKY_POSTINGS}</span>
{/if} {/if}
{if $entry.isdraft} {if $entry.isdraft}