Skip to content
This repository has been archived by the owner on Jun 4, 2021. It is now read-only.

Commit

Permalink
Merge pull request #28 from OleksandrVladymyrov/master
Browse files Browse the repository at this point in the history
Fix error of function call (instead of "set" the function was called "ge...
  • Loading branch information
Anton authored and Anton committed Sep 27, 2013
2 parents 44969da + d6ac709 commit 5c50cab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application/helpers/Options.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ public function getNamespace($namespace)
*/
public function setNamespace($namespace, array $options)
{
Options_Model_Options_Manager::getNamespace($namespace, $options);
Options_Model_Options_Manager::setNamespace($namespace, $options);
}

/**
Expand Down

0 comments on commit 5c50cab

Please sign in to comment.