From 97239f025963d91c58d0f3fac20f1355c45e0333 Mon Sep 17 00:00:00 2001 From: predominant Date: Wed, 18 Nov 2009 22:28:03 +1100 Subject: [PATCH] Adding newline. --- cake/libs/router.php | 1 + 1 file changed, 1 insertion(+) diff --git a/cake/libs/router.php b/cake/libs/router.php index 50154d51b4d..9c540bbc13d 100644 --- a/cake/libs/router.php +++ b/cake/libs/router.php @@ -183,6 +183,7 @@ function __setPrefixes() { $this->__prefixes = array_merge($this->__prefixes, (array)$routing['prefixes']); } } + /** * Gets a reference to the Router object instance *