Skip to content

Commit

Permalink
Update link url to revised method name
Browse files Browse the repository at this point in the history
  • Loading branch information
jmillerdesign committed May 17, 2013
1 parent ea53400 commit 277ec8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Cake/Utility/File.php
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ public function read($bytes = false, $mode = 'rb', $force = false) {
* The string is split into smaller chunks to match RFC 2045 semantics.
*
* @return string File contents in base64 encoding
* @link http://book.cakephp.org/2.0/en/core-utility-libraries/file-folder.html#File::readAndBase64Encode
* @link http://book.cakephp.org/2.0/en/core-utility-libraries/file-folder.html#File::readBase64
*/
public function readBase64() {
return chunk_split(base64_encode($this->read()));
Expand Down

0 comments on commit 277ec8d

Please sign in to comment.