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:
c4e78d4
)
CRM-17111 - Typo error on system error message.
author
Dhanesh Dhuri
<dhanesh@osseed.com>
Sat, 29 Aug 2015 06:58:47 +0000
(12:28 +0530)
committer
Dhanesh Dhuri
<dhanesh@osseed.com>
Sat, 29 Aug 2015 06:58:47 +0000
(12:28 +0530)
CRM/Core/Error.php
patch
|
blob
|
blame
|
history
diff --git
a/CRM/Core/Error.php
b/CRM/Core/Error.php
index b0c1eba2bb7efe52cf02705a3241640eb65df9f6..f2df4daf45569f09bfdc54cbef7a20b7424c2406 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 Occu
red'), 'error');
+ CRM_Core_Session::setStatus($message, ts('Sorry an
error occur
red'), 'error');
CRM_Core_Transaction::forceRollbackIfEnabled();
CRM_Core_Page_AJAX::returnJsonResponse($out);
}