CRM_Core_Config_MagicMerge - Fix warning on demos sites
authorTim Otten <totten@civicrm.org>
Tue, 9 Feb 2016 18:42:40 +0000 (10:42 -0800)
committerTim Otten <totten@civicrm.org>
Tue, 9 Feb 2016 18:42:40 +0000 (10:42 -0800)
commitf7cc6e5534058dd735467fc20b5f36e800f3ac3f
tree3aec7cd1c8679ae27d337f2cf5bb54797fc6154d
parent5e23984a7f69f41f4c8eced4dc8ef78d0aecd09c
CRM_Core_Config_MagicMerge - Fix warning on demos sites

Apparently, createDir() will return FALSE if the folder already exists *or*
if the creation-act fails.  We only want to display a warning if the
creation-act fails.
CRM/Core/Config/MagicMerge.php