Skip to content

Commit

Permalink
minor tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
reecefowell committed Jul 6, 2013
1 parent 8ef6d04 commit 4a43d72
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Controller/BaseController.php
Expand Up @@ -314,6 +314,11 @@ public function getSubmitAction()
return $action;
}

public function getQuery($query, $default)
{
return $this->getRequest()->query->get($query, $default);
}

/**
*
* @access protected
Expand Down

0 comments on commit 4a43d72

Please sign in to comment.