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 "";