Skip to content

Commit

Permalink
Allows expPaginator to pass the _common parameter through the url. [#248
Browse files Browse the repository at this point in the history
 state:resolved]
  • Loading branch information
illiphilli committed Jul 27, 2011
1 parent 101a003 commit 18b40ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion framework/core/subsystems/expPaginator.php
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,7 @@ public function __construct($params=array()) {
//From Merge
private function cleanParams($params)
{
$defaultParams = array('title'=>'','module'=>'','controller'=>'','src'=>'','id'=>'','dir'=>'');
$defaultParams = array('title'=>'','module'=>'','controller'=>'','src'=>'','id'=>'','dir'=>'','_common'=>'');
$newParams = array();
$func = new ReflectionClass($this);
foreach ($params as $pKey=>$pVal)
Expand Down

0 comments on commit 18b40ab

Please sign in to comment.