We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b67950 commit 3330dfcCopy full SHA for 3330dfc
1 file changed
gui/templates/dashio/project/projectEdit.tpl
@@ -97,7 +97,7 @@ function manageTracker(selectOID,targetOID)
97
{/if}
98
</h1>
99
100
-{if $gui->user_feedback != ''}
+{if property_exists($gui,'user_feedback') && $gui->user_feedback != ''}
101
<script>
102
var userMsg = "{$gui->user_feedback}"
103
bootbox.alert(userMsg);
0 commit comments