Skip to content

Commit

Permalink
Fix setup model class group in getter method
Browse files Browse the repository at this point in the history
How could this ever have worked?
Closes #111
  • Loading branch information
Vinai committed Jan 16, 2015
1 parent 74499e2 commit 9a43cc5
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -170,7 +170,7 @@ protected function _getIndexTable()
protected function _getSetupModel()
{
return Mage::getResourceModel(
'netzarbeiter_groupscatalog2_resource/setup',
'netzarbeiter_groupscatalog2/setup',
'netzarbeiter_groupscatalog2_setup'
);
}
Expand Down

0 comments on commit 9a43cc5

Please sign in to comment.