From 83f6161d1d75f05442ce739eb158c864f7c03809 Mon Sep 17 00:00:00 2001 From: Phally Date: Sun, 3 Mar 2013 20:10:09 +0100 Subject: [PATCH] Fixes API parse error for link to Configure::read() in the book. --- lib/Cake/Core/Configure.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Cake/Core/Configure.php b/lib/Cake/Core/Configure.php index 679264e53..6394ef12f 100644 --- a/lib/Cake/Core/Configure.php +++ b/lib/Cake/Core/Configure.php @@ -160,7 +160,7 @@ class Configure { * Configure::read('Name.key'); will return only the value of Configure::Name[key] * }}} * - * @linkhttp://book.cakephp.org/2.0/en/development/configuration.html#Configure::read + * @link http://book.cakephp.org/2.0/en/development/configuration.html#Configure::read * @param string $var Variable to obtain. Use '.' to access array elements. * @return mixed value stored in configure, or null. */