Skip to content

Commit a366dde

Browse files
committed
Merge pull request civicrm#4 from ginkgostreet/rename_severity
alias level as severity for Status paradigm; CRM-13823;
2 parents e06de31 + 2eba039 commit a366dde

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

CRM/Utils/Check/Message.php

+8
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,14 @@ public function getLevel() {
102102
return $this->level;
103103
}
104104

105+
/**
106+
* Alias for Level
107+
* @return string
108+
**/
109+
public function getSeverity() {
110+
return $this->getLevel();
111+
}
112+
105113
/**
106114
* @return array
107115
*/

0 commit comments

Comments
 (0)