From fd974d82b8df378e4bf9d1c9f5ace20baddcfa6a Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Mon, 1 May 2017 12:42:01 -0400 Subject: [PATCH] checking for search fields index in admin list view beforehand to fix php notices adding check for the search fields array when setting the value in the admin list view search fields. This removes the undefined index notice from the admin list search fields section --- views/admin/obits/list.html | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/views/admin/obits/list.html b/views/admin/obits/list.html index 668064d..9bba5c2 100644 --- a/views/admin/obits/list.html +++ b/views/admin/obits/list.html @@ -7,7 +7,7 @@ {if $obitDeleteError}Obit Delete Error{/if} {/if} - +{debug}
@@ -17,22 +17,22 @@
- +
@@ -41,7 +41,8 @@ +
-- 2.17.1