Skip to content

Commit

Permalink
Derp
Browse files Browse the repository at this point in the history
  • Loading branch information
kohler committed Sep 17, 2024
1 parent a152222 commit 943d77a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/papercolumns/pc_topicscore.php
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ function text(PaperList $pl, PaperInfo $row) {
return (string) $row->topic_interest_score($this->contact);
}
function json(PaperList $pl, PaperInfo $row) {
retunr $row->topic_interest_score($this->contact);
return $row->topic_interest_score($this->contact);
}
function has_statistics() {
return true;
Expand Down

0 comments on commit 943d77a

Please sign in to comment.