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:
c71caf3
)
CRM-21018 CIVICRM-261 Fix spelling Occurred not Occured
author
Justin Freeman
<justin@agileware.com.au>
Sat, 5 Aug 2017 02:49:40 +0000
(12:49 +1000)
committer
Justin Freeman
<justin@agileware.com.au>
Sat, 5 Aug 2017 02:49:40 +0000
(12:49 +1000)
CRM/Core/Error.php
patch
|
blob
|
blame
|
history
diff --git
a/CRM/Core/Error.php
b/CRM/Core/Error.php
index 3100455826538a7e86138c58601060c9f195f03a..ff69cac331f550812271c9fc53cf80c07764037f 100644
(file)
--- a/
CRM/Core/Error.php
+++ b/
CRM/Core/Error.php
@@
-373,7
+373,7
@@
class CRM_Core_Error extends PEAR_ErrorStack {
$out['backtrace'] = self::parseBacktrace(debug_backtrace());
$message .= '<p><em>See console for backtrace</em></p>';
}
- CRM_Core_Session::setStatus($message, ts('Sorry an Error Occured'), 'error');
+ CRM_Core_Session::setStatus($message, ts('Sorry an Error Occur
r
ed'), 'error');
CRM_Core_Transaction::forceRollbackIfEnabled();
CRM_Core_Page_AJAX::returnJsonResponse($out);
}