Skip to content

Commit

Permalink
Fixes API parse error for link to Configure::read() in the book.
Browse files Browse the repository at this point in the history
  • Loading branch information
Phally committed Mar 3, 2013
1 parent 48149cb commit 83f6161
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Cake/Core/Configure.php
Expand Up @@ -160,7 +160,7 @@ public static function write($config, $value = null) {
* 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.
*/
Expand Down

0 comments on commit 83f6161

Please sign in to comment.