Skip to content

Commit

Permalink
Merge pull request meanbee#4 from ashsmith/case-sensitivity-patch-2
Browse files Browse the repository at this point in the history
Ensure correct case is used on regeneration URL to avoid issues on case-sensitive filesystems.
  • Loading branch information
bobbyshaw committed Apr 21, 2016
2 parents 5b8407a + 95700cc commit a396563
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ class Meanbee_ConfigPoweredCss_Block_Adminhtml_Regenerate extends Mage_Adminhtml
*/
public function getRegenerateUrl()
{
return $this->getUrl('*/configpoweredcss/regenerate');
return $this->getUrl('*/configPoweredCss/regenerate');
}
}
}

0 comments on commit a396563

Please sign in to comment.