centurion-project / Centurion

Centurion is an open-source CMS delivered as a flexible PHP5 Content Management Framework
http://www.centurion-project.org
197 stars 51 forks source link

Request extra params omitted in first_col render #12

Closed aurmil closed 12 years ago

aurmil commented 12 years ago

in \library\Centurion\Contrib\core\views\scripts\centurion_first_col.phtml, "$this->url(array(...), null, true)" should be replaced by "$this->url(array_merge($this->extraParam, array(...)), null, true)"