Skip to content

Commit

Permalink
Merge pull request #8 from robertabramski/master
Browse files Browse the repository at this point in the history
One New Line, Infinite Arguments
  • Loading branch information
gilbitron committed Jan 26, 2012
2 parents 0c32a5b + 3034689 commit 2a2e29e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion system/pip.php
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ function pip()

// Create object and call method
$obj = new $controller;
die($obj->$action());
die(call_user_func_array(array($obj, $action), array_slice($segments, 2)));
}

?>

0 comments on commit 2a2e29e

Please sign in to comment.