Merge branch 'icon_video' into storageareas

This commit is contained in:
Isaac Connor 2016-04-11 10:30:01 -04:00
commit 56c2679afd
1 changed files with 1 additions and 1 deletions

View File

@ -145,7 +145,7 @@ CORSHeaders();
// Check for valid content dirs
if ( !is_writable(ZM_DIR_EVENTS) || !is_writable(ZM_DIR_IMAGES) )
{
Fatal( "Cannot write to content dirs('".ZM_DIR_EVENTS."','".ZM_DIR_IMAGES."'). Check that these exist and are owned by the web account user");
Error( "Cannot write to content dirs('".ZM_DIR_EVENTS."','".ZM_DIR_IMAGES."'). Check that these exist and are owned by the web account user");
}
if ( isset($_REQUEST['view']) )