@@ -25,7 +25,7 @@ |
||
25 | 25 | */ |
26 | 26 | public function isRedditor($redditUsername) |
27 | 27 | { |
28 | - if (preg_match("%^((https?://)|reddit.com/u(ser)?/" . $redditUsername . "/?\s*(<br />)?\\n%i",$this->bio) == 1) { |
|
28 | + if (preg_match("%^((https?://)|reddit.com/u(ser)?/" . $redditUsername . "/?\s*(<br />)?\\n%i", $this->bio) == 1) { |
|
29 | 29 | return true; |
30 | 30 | } |
31 | 31 |