Skip to content

Commit

Permalink
Missing $
Browse files Browse the repository at this point in the history
Missing $
  • Loading branch information
demis-palma committed Aug 6, 2014
1 parent 3971817 commit 4597c79
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 4597c79

Please sign in to comment.