Skip to content

Commit

Permalink
Fixing return value tag.
Browse files Browse the repository at this point in the history
  • Loading branch information
markstory committed Sep 14, 2010
1 parent 578674f commit 834c44b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cake/libs/cake_request.php
Expand Up @@ -359,7 +359,7 @@ protected function _processFiles() {
*
* @param boolean $safe Use safe = false when you think the user might manipulate their HTTP_CLIENT_IP
* header. Setting $safe = false will will also look at HTTP_X_FORWARDED_FOR
* @return void
* @return string The client IP.
*/
public function clientIp($safe = true) {
if (!$safe && env('HTTP_X_FORWARDED_FOR') != null) {
Expand Down

0 comments on commit 834c44b

Please sign in to comment.