Skip to content

Commit

Permalink
fix a fatal error for 5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
rdeutz committed Jul 4, 2017
1 parent 27bd027 commit c13c78a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libraries/cms/router/router.php
Original file line number Diff line number Diff line change
Expand Up @@ -636,7 +636,7 @@ protected function processBuildRules(&$uri, $stage = self::PROCESS_DURING)

foreach ($this->_rules['build' . $stage] as $rule)
{
$rule($this, $uri);
- call_user_func_array($rule, array(&$this, &$uri));
}
}

Expand Down

0 comments on commit c13c78a

Please sign in to comment.