From 1d3af44d0277dfcdfe27f42587262f5df35f1313 Mon Sep 17 00:00:00 2001 From: Isaac Connor Date: Tue, 19 Mar 2019 09:13:56 -0400 Subject: [PATCH] Fix namespace Warning --- web/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/index.php b/web/index.php index 956ce8122..3ee1836ca 100644 --- a/web/index.php +++ b/web/index.php @@ -158,7 +158,7 @@ CORSHeaders(); // Check for valid content dirs if ( !is_writable(ZM_DIR_EVENTS) ) { - Warning("Cannot write to event folder ".ZM_DIR_EVENTS.". Check that it exists and is owned by the web account user."); + ZM\Warning("Cannot write to event folder ".ZM_DIR_EVENTS.". Check that it exists and is owned by the web account user."); } # Globals