From dd65b63be97de7f39079bbdf499996f51517ef4f Mon Sep 17 00:00:00 2001 From: Shish Date: Sat, 10 Oct 2009 01:52:39 +0100 Subject: [PATCH] avatar css --- core/user.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/user.class.php b/core/user.class.php index febfc289..37fba8f6 100644 --- a/core/user.class.php +++ b/core/user.class.php @@ -136,7 +136,7 @@ class User { if(!empty($this->email)) { $hash = md5(strtolower($this->email)); $args = $config->get_string("avatar_gravatar_options"); - return ""; + return ""; } } return "";