CRM-10693 - change PRINT_JSON constant from '6' to 'json' for readability
[civicrm-core.git] / templates / CRM / common / snippet.tpl
index 5ec59a3807052475d3a415fdaa9746e328ac327c..657b845d3cd382f3ae474a5bfd1b8e92f5d85b3c 100644 (file)
@@ -40,7 +40,7 @@
     <div class="crm-container-snippet" bgColor="white">
 
     {* Display Status messages unless we are outputting json. *}
-    {if $smarty.get.snippet neq 6}
+    {if $smarty.get.snippet neq 'json'}
       {include file="CRM/common/status.tpl"}
     {/if}