From 5984f57fb986405355dd96c97b0651f690d838c3 Mon Sep 17 00:00:00 2001 From: noud Date: Mon, 22 Oct 2012 13:26:49 +0200 Subject: [PATCH] CakePHP CakePHP update from 2.2.2 to 2.2.3 --- app/Config/routes.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Config/routes.php b/app/Config/routes.php index c08957a98..82aa26118 100644 --- a/app/Config/routes.php +++ b/app/Config/routes.php @@ -41,7 +41,7 @@ CakePlugin::routes(); /** - * Load the CakePHP default routes. Remove this if you do not want to use + * Load the CakePHP default routes. Only remove this if you do not want to use * the built-in default routes. */ require CAKE . 'Config' . DS . 'routes.php';