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:
6e8af26
)
CRM-20181. Deprecate CRM_Core_Error::fatal().
author
Chris Burgess
<chris@giantrobot.co.nz>
Sun, 26 Feb 2017 07:12:03 +0000
(20:12 +1300)
committer
Chris Burgess
<chris@giantrobot.co.nz>
Sun, 26 Feb 2017 07:12:03 +0000
(20:12 +1300)
CRM/Core/Error.php
patch
|
blob
|
blame
|
history
diff --git
a/CRM/Core/Error.php
b/CRM/Core/Error.php
index 07dfc50b8745acea10646bec94a9791ad6397e7f..635ace1e1c06406435dfdfc66f1d7862aa4f9423 100644
(file)
--- a/
CRM/Core/Error.php
+++ b/
CRM/Core/Error.php
@@
-318,6
+318,8
@@
class CRM_Core_Error extends PEAR_ErrorStack {
* The email address to notify of this situation.
*
* @throws Exception
+ *
+ * @deprecated
*/
public static function fatal($message = NULL, $code = NULL, $email = NULL) {
$vars = array(