Skip to content

Commit

Permalink
Merge pull request #665 from Lonnen/revert-fix-for-763994
Browse files Browse the repository at this point in the history
Revert "Fixes bug 763994"
  • Loading branch information
lonnen committed Jun 20, 2012
2 parents 6735a0d + d4add37 commit 878813f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webapp-php/application/controllers/admin.php
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ public function email_campaign($id)
$service = new Web_Service($config);
$host = Kohana::config('webserviceclient.socorro_hostname');
$campaign_id = intval($id);
$resp = $service->get("${host}/emailcampaigns/campaign/${campaign_id}", 'json');
$resp = $service->get("${host}/emailcampaigns/campaign/rawurlencode(${campaign_id})", 'json');
if (! $resp) {
client::messageSend("Error loading recent email campaigns", E_USER_ERROR);
} else {
Expand Down

0 comments on commit 878813f

Please sign in to comment.