Merge pull request #22449 from mattwire/phpnotices
[civicrm-core.git] / templates / CRM / common / status.tpl
index 27f5fbc0faa5eb05f5b38d68e5ab7afb46d81bbc..5ff662baf0dc3ad79b353b77d40f1132f78ba92d 100644 (file)
@@ -12,7 +12,7 @@
 {if $session->getStatus(false)}
   {assign var="status" value=$session->getStatus(true)}
   {foreach name=statLoop item=statItem from=$status}
-    {if $urlIsPublic}
+    {if !empty($urlIsPublic)}
       {assign var="infoType" value="no-popup `$statItem.type`"}
     {else}
       {assign var="infoType" value=$statItem.type}