From a7880743be02f2843a1b076c11fb0343e9fc3507 Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Thu, 4 May 2017 08:00:51 -0400 Subject: [PATCH] fixing the permalink id for the events page was using the wrong id in get permalink for the theme search form when searching the events list page --- index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.php b/index.php index 3966d29..1077039 100644 --- a/index.php +++ b/index.php @@ -49,7 +49,7 @@ // Private members var baseUrl = ''; - var eventsPage = ''; + var eventsPage = ''; var url,queryType; // Public members -- 2.17.1