MINOR phpDoc update for Page (from r100735)

git-svn-id: svn://svn.silverstripe.com/silverstripe/open/phpinstaller/trunk@112200 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
sminnee 2010-10-13 04:24:21 +00:00
parent 7f9d4872a7
commit 454d58a04d

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
*/