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

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) {