@@ -49,7 +49,7 @@ |
||
49 | 49 | $difference = round($difference); |
50 | 50 | |
51 | 51 | if ($difference != 1) { |
52 | - $periods[$j].= "s"; |
|
52 | + $periods[$j] .= "s"; |
|
53 | 53 | } |
54 | 54 | |
55 | 55 | return "$difference $periods[$j] 'ago' "; |