From: Anthony Talarico Date: Thu, 4 May 2017 12:00:51 +0000 (-0400) Subject: fixing the permalink id for the events page X-Git-Tag: v1.0.0^2~6 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/index.cgi?a=commitdiff_plain;h=a7880743be02f2843a1b076c11fb0343e9fc3507;p=WP-Themes%2Fcharlevoixlibrary.git 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 --- 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