Skip to content

Commit

Permalink
Merge pull request #16 from demis-palma/patch-2
Browse files Browse the repository at this point in the history
Woops thanks @demis-palma
  • Loading branch information
zero-24 committed Aug 6, 2014
2 parents 3971817 + 4597c79 commit f3e69be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libraries/joomla/string/string.php
Original file line number Diff line number Diff line change
Expand Up @@ -970,7 +970,7 @@ public static function parse_url($url)
$encodedParts = parse_url($encodedURL);

// Now, decode each value of the resulting array
if (encodedParts)
if ($encodedParts)
{
foreach ($encodedParts as $key => $value)
{
Expand Down

0 comments on commit f3e69be

Please sign in to comment.