Skip to content

Commit

Permalink
Bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
davjand committed Jul 28, 2012
1 parent 68c6498 commit 3dd271e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extension.driver.php
Expand Up @@ -152,7 +152,7 @@ public function isLimitReached() {
Private Helpers
-------------------------------------------------------------------------*/

private function redirectRules($context){
public function redirectRules($context){
if ($this->_static && $this->_limit == 1) {
// we must redirect than
$section_handle = $this->_section->get('handle');
Expand Down

0 comments on commit 3dd271e

Please sign in to comment.