Merge pull request #4649 from cjsewell/3.1

FIX: Typo in curr methods PHPDoc
This commit is contained in:
Damian Mooyman 2015-10-05 16:14:47 +13:00
commit 3b192ea67c
1 changed files with 1 additions and 1 deletions

View File

@ -409,7 +409,7 @@ class Controller extends RequestHandler implements TemplateGlobalProvider {
/**
* Returns the current controller
* @returns Controller
* @return Controller
*/
public static function curr() {
if(Controller::$controller_stack) {