Skip to content
Snippets Groups Projects
Commit 005db542 authored by lobo's avatar lobo
Browse files

CRM-13760 - add comments to clarify debug call

----------------------------------------
* CRM-13760: "Geocoding failed. Message from Google: OVER_QUERY_LIMIT" should not be fatal
  http://issues.civicrm.org/jira/browse/CRM-13760
parent 90154ece
No related branches found
No related tags found
No related merge requests found
......@@ -228,6 +228,8 @@ class CRM_Core_Error extends PEAR_ErrorStack {
$error['user_info'] = $pearError->getUserInfo();
$error['to_string'] = $pearError->toString();
// ensure that debug does not check permissions since we are in bootstrap
// mode and need to print a decent message to help the user
CRM_Core_Error::debug('Initialization Error', $error, TRUE, TRUE, FALSE);
// always log the backtrace to a file
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment