Index: trunk/extensions/ContributionReporting/ContributionReporting.php |
— | — | @@ -45,6 +45,7 @@ |
46 | 46 | $wgContributionReportingDBuser, |
47 | 47 | $wgContributionReportingDBpassword, |
48 | 48 | $wgContributionReportingDBname ); |
| 49 | + $db->query( "SET names utf8" ); |
49 | 50 | } |
50 | 51 | |
51 | 52 | return $db; |