Commit 0e8d8b00 authored by Guy Thouret's avatar Guy Thouret

(fix) Previously fixed typo made it back into branch - #588

1 merge request!285Reward Factors for User Activity
Pipeline #80470509 passed with stages
in 10 minutes and 19 seconds
......@@ -121,7 +121,7 @@ class Manager
/**
* Gather the entire site contribution score
*/
public function getSiteContribtionScore()
public function getSiteContributionScore()
{
if (isset($this->site_contribtion_score_cache[$this->from])) {
return $this->site_contribtion_score_cache[$this->from];
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment