diff --git a/extension.driver.php b/extension.driver.php index 5eb3c6c..e05dab1 100644 --- a/extension.driver.php +++ b/extension.driver.php @@ -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');