install/index.php: set civicrm_default_error_scope to NULL so that if there is an...
authorMathieu Lutfy <mathieu@bidon.ca>
Mon, 23 Feb 2015 15:54:00 +0000 (10:54 -0500)
committerMathieu Lutfy <mathieu@bidon.ca>
Mon, 23 Feb 2015 15:54:00 +0000 (10:54 -0500)
install/index.php

index 3d4e7c7d2ba9204effd8f08f794b83d7ecb44684..cf9cbcfa6321d7f27a2d0436c74bc6d33f45f42e 100644 (file)
@@ -167,6 +167,8 @@ if (isset($_REQUEST['seedLanguage']) and isset($langs[$_REQUEST['seedLanguage']]
 }
 
 $config = CRM_Core_Config::singleton(FALSE);
+$GLOBALS['civicrm_default_error_scope'] = NULL;
+
 // The translation files are in the parent directory (l10n)
 $config->gettextResourceDir = '..' . DIRECTORY_SEPARATOR . $config->gettextResourceDir;
 $i18n = CRM_Core_I18n::singleton();