quotes to match master

pull/2928/head
Isaac Connor 2020-05-01 13:01:34 -04:00
parent 830929a85f
commit 62ddc02d52
1 changed files with 1 additions and 1 deletions

View File

@ -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;