MINOR phpDoc update for Page

git-svn-id: svn://svn.silverstripe.com/silverstripe/open/phpinstaller/branches/2.4@100735 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
sharvey 2010-03-09 22:00:38 +00:00 committed by Sam Minnee
parent af105fc9ed
commit ff70fca745

View File

@ -57,7 +57,7 @@ class Page_Controller extends ContentController {
/**
* Process and render search results.
*
* @param array $data The raw request data generated from post
* @param array $data The raw request data submitted by user
* @param SearchForm $form The form instance that was submitted
* @param SS_HTTPRequest $request Request generated for this action
*/