mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
FIX: Typo in cur methods PHPDoc
This commit is contained in:
parent
ff562e126f
commit
4a70ffea06
@ -387,7 +387,7 @@ class Controller extends RequestHandler implements TemplateGlobalProvider {
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Returns the current controller
|
* Returns the current controller
|
||||||
* @returns Controller
|
* @return Controller
|
||||||
*/
|
*/
|
||||||
public static function curr() {
|
public static function curr() {
|
||||||
if(Controller::$controller_stack) {
|
if(Controller::$controller_stack) {
|
||||||
|
Loading…
Reference in New Issue
Block a user