Skip to content

Commit

Permalink
Merge pull request civicrm#4 from ginkgostreet/rename_severity
Browse files Browse the repository at this point in the history
alias level as severity for Status paradigm; CRM-13823;
  • Loading branch information
ginkgomzd committed Apr 25, 2015
2 parents e06de31 + 2eba039 commit a366dde
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions CRM/Utils/Check/Message.php
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,14 @@ public function getLevel() {
return $this->level;
}

/**
* Alias for Level
* @return string
**/
public function getSeverity() {
return $this->getLevel();
}

/**
* @return array
*/
Expand Down

0 comments on commit a366dde

Please sign in to comment.