Skip to content

Commit

Permalink
Fixed issue with fuel_url function when mutliple languages are specified
Browse files Browse the repository at this point in the history
  • Loading branch information
David McReynolds committed Sep 29, 2014
1 parent 9514908 commit c97ea1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fuel/modules/fuel/helpers/fuel_helper.php
Original file line number Diff line number Diff line change
Expand Up @@ -551,7 +551,7 @@ function fuel_url($uri = '', $query_string = FALSE)
{
$CI =& get_instance();
$uri = fuel_uri($uri, $query_string);
return site_url($uri);
return site_url($uri, NULL, FALSE);
}

// --------------------------------------------------------------------
Expand Down

0 comments on commit c97ea1d

Please sign in to comment.