From 365439ffdfd0482f174389552e1d1e2e67a060c3 Mon Sep 17 00:00:00 2001 From: Steven Wittens Date: Fri, 5 Jan 2007 05:32:23 +0000 Subject: #107015: Code consistency, capitalization of class names. --- includes/common.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'includes/common.inc') 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); -- cgit v1.2.3