From 0be70dd7de13ab2d022c5d5ac7c30f3b6a5d0f6d Mon Sep 17 00:00:00 2001 From: botanic Date: Mon, 8 Sep 2014 05:54:34 -0700 Subject: [PATCH] fix some unset warnings --- .../ams/plugins/API_key_management/templates/index.tpl | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/code/web/private_php/ams/plugins/API_key_management/templates/index.tpl b/code/web/private_php/ams/plugins/API_key_management/templates/index.tpl index b113f417a..32ed3869f 100644 --- a/code/web/private_php/ams/plugins/API_key_management/templates/index.tpl +++ b/code/web/private_php/ams/plugins/API_key_management/templates/index.tpl @@ -48,9 +48,11 @@
@@ -95,7 +97,7 @@ {if isset($hook_info.API_key_management['gen_key_validate']) and $hook_info.API_key_management['gen_key_validate'] eq 'false' }

Please enter all the fields

{/if} {if isset($smarty.get.success) and $smarty.get.success eq '1'}

Key added successfully

{/if} {if isset($smarty.get.success) and $smarty.get.success eq '2'}

Key deleted successfully

{/if} -
+
@@ -114,6 +116,7 @@ + {if isset($hook_info.API_key_management.api_keys)} {foreach from=$hook_info.API_key_management.api_keys item=element} {$element.FrName} @@ -124,6 +127,7 @@ {/foreach} + {/if}