diff --git a/cake/libs/router.php b/cake/libs/router.php index 50154d51b..9c540bbc1 100644 --- a/cake/libs/router.php +++ b/cake/libs/router.php @@ -183,6 +183,7 @@ class Router { $this->__prefixes = array_merge($this->__prefixes, (array)$routing['prefixes']); } } + /** * Gets a reference to the Router object instance *