summaryrefslogtreecommitdiff
path: root/includes/common.inc
diff options
context:
space:
mode:
Diffstat (limited to 'includes/common.inc')
-rw-r--r--includes/common.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/common.inc b/includes/common.inc
index 033420b5d..31474eb5c 100644
--- a/includes/common.inc
+++ b/includes/common.inc
@@ -407,7 +407,7 @@ function drupal_access_denied() {
* data, and redirect status.
*/
function drupal_http_request($url, $headers = array(), $method = 'GET', $data = NULL, $retry = 3) {
- $result = new StdClass();
+ $result = new stdClass();
// Parse the URL, and make sure we can handle the schema.
$uri = parse_url($url);