Fix namespace Warning

This commit is contained in:
Isaac Connor 2019-03-19 09:13:56 -04:00
parent 18f1881ffd
commit 1d3af44d02
1 changed files with 1 additions and 1 deletions

View File

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