Skip to content
This repository has been archived by the owner on May 12, 2023. It is now read-only.

Commit

Permalink
check if variable is set
Browse files Browse the repository at this point in the history
  • Loading branch information
Tobias Friebel committed Jan 9, 2014
1 parent 866b7c4 commit ddff437
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templateListener.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<environment>user</environment>
<templatename>userNotice</templatename>
<eventname>userNotice</eventname>
<templatecode><![CDATA[{if $__wbb->isActiveApplication() && $templateName == 'thread'}{@$limitMessageBox}{/if}]]></templatecode>
<templatecode><![CDATA[{if $__wbb->isActiveApplication() && $templateName == 'thread' && $limitMessageBox|isset}{@$limitMessageBox}{/if}]]></templatecode>
</templatelistener>

<templatelistener name="limitThreadViewACP">
Expand Down

0 comments on commit ddff437

Please sign in to comment.