Fix namespace Warning
This commit is contained in:
parent
18f1881ffd
commit
1d3af44d02
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue