From 84f114feb4e7095ff124b5620a5876c79472dd1f Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Thu, 20 Jun 2019 04:19:47 -0600 Subject: [PATCH] Update registration_reload.php --- app/registrations/registration_reload.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/registrations/registration_reload.php b/app/registrations/registration_reload.php index 7b1443c6e4..0ec1c01ec6 100644 --- a/app/registrations/registration_reload.php +++ b/app/registrations/registration_reload.php @@ -86,11 +86,11 @@ } var requestTime = function() { - var url = 'registrations.php?template=false&profile=&show='; + var url = 'registrations.php?template=false&profile=&show='; new loadXmlHttp(url, 'ajax_response'); }