projects
/
civicrm-core.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e181e38
)
install/index.php: set civicrm_default_error_scope to NULL so that if there is an...
author
Mathieu Lutfy
<mathieu@bidon.ca>
Mon, 23 Feb 2015 15:54:00 +0000
(10:54 -0500)
committer
Mathieu Lutfy
<mathieu@bidon.ca>
Mon, 23 Feb 2015 15:54:00 +0000
(10:54 -0500)
install/index.php
patch
|
blob
|
blame
|
history
diff --git
a/install/index.php
b/install/index.php
index 3d4e7c7d2ba9204effd8f08f794b83d7ecb44684..cf9cbcfa6321d7f27a2d0436c74bc6d33f45f42e 100644
(file)
--- a/
install/index.php
+++ b/
install/index.php
@@
-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();