Skip to content

Commit

Permalink
Spelling fix
Browse files Browse the repository at this point in the history
  • Loading branch information
bembelimen committed Aug 24, 2014
1 parent 030dee7 commit 2b23f79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libraries/joomla/google/embed/maps.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ class JGoogleEmbedMaps extends JGoogleEmbed
*/
public function __construct(JRegistry $options = null, JUri $uri = null, JHttp $http = null)
{
parent::__construct($option, $uri);
parent::__construct($options, $uri);
$this->http = $http ? $http : new JHttp($this->options);
}

Expand Down

0 comments on commit 2b23f79

Please sign in to comment.