Skip to content

Commit

Permalink
make static function static
Browse files Browse the repository at this point in the history
  • Loading branch information
demeritcowboy committed Nov 13, 2019
1 parent 6712320 commit 04b0955
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CRM/Case/XMLProcessor.php
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ public static function mungeCaseType($caseType) {
*
* @return array
*/
public function &allActivityTypes($indexName = TRUE, $all = FALSE) {
public static function allActivityTypes($indexName = TRUE, $all = FALSE) {
if (self::$activityTypes === NULL) {
self::$activityTypes = CRM_Case_PseudoConstant::caseActivityType($indexName, $all);
}
Expand Down

0 comments on commit 04b0955

Please sign in to comment.