From 62ddc02d52170c83c5b8ebeee8d063121fdb5a90 Mon Sep 17 00:00:00 2001 From: Isaac Connor Date: Fri, 1 May 2020 13:01:34 -0400 Subject: [PATCH] quotes to match master --- web/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/index.php b/web/index.php index 18da56e63..29316efc3 100644 --- a/web/index.php +++ b/web/index.php @@ -71,7 +71,7 @@ define('ZM_BASE_URL', ''); require_once('includes/functions.php'); if ( $_SERVER['REQUEST_METHOD'] == 'OPTIONS' ) { - ZM\Logger::Debug("OPTIONS Method, only doing CORS"); + ZM\Logger::Debug('OPTIONS Method, only doing CORS'); # Add Cross domain access headers CORSHeaders(); return;