From dedefee87e6bf23d18df561df8b3b2286ae3036b Mon Sep 17 00:00:00 2001 From: Matt Alexander Date: Thu, 30 Jan 2014 10:07:45 -0600 Subject: [PATCH] Fix link in comment --- lib/Cake/basics.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Cake/basics.php b/lib/Cake/basics.php index 1ccca754a37..da34f8ac84a 100644 --- a/lib/Cake/basics.php +++ b/lib/Cake/basics.php @@ -259,7 +259,7 @@ function pr($var) { * @param array Third array * @param array Etc... * @return array All array parameters merged into one - * @link http://book.cakephp.org/2.0/en/development/debugging.html#am + * @link http://book.cakephp.org/2.0/en/core-libraries/global-constants-and-functions.html#am */ function am() { $r = array();