Merge pull request #4947 from agarzon/patch-2

Removing unrelated parameter in comment
This commit is contained in:
José Lorenzo Rodríguez 2014-10-21 20:24:57 +02:00
commit 82ee5b0d1c

View file

@ -40,7 +40,6 @@ class PagesController extends AppController {
/**
* Displays a view
*
* @param mixed What page to display
* @return void
* @throws NotFoundException When the view file could not be found
* or MissingViewException in debug mode.