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)
commit0ad1e2de5442b9456ed1d64ed1fbf4e2084abd95
tree24bfa960e0ea18f81589c0d36523a01652fb84ed
parente181e3862f98697af80c6c8c4d18de769da77ee5
install/index.php: set civicrm_default_error_scope to NULL so that if there is an SQL error during install, it gets print_r(), instead of using Smarty templates to display an error (Smarty will not yet have been initialized).
install/index.php