Fixes API parse error for link to Configure::read() in the book.

This commit is contained in:
Phally 2013-03-03 20:10:09 +01:00
parent 48149cbb32
commit 83f6161d1d

View file

@ -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.
*/