Index: trunk/phase3/includes/HttpFunctions.php |
— | — | @@ -371,7 +371,7 @@ |
372 | 372 | #$use file_get_contents... |
373 | 373 | # This doesn't have local fetch capabilities... |
374 | 374 | |
375 | | - $headers = array( "User-Agent: " . self :: userAgent() ); |
| 375 | + $headers = array( "User-Agent: " . Http :: userAgent() ); |
376 | 376 | if( strcasecmp( $method, 'post' ) == 0 ) { |
377 | 377 | // Required for HTTP 1.0 POSTs |
378 | 378 | $headers[] = "Content-Length: 0"; |