diff --git a/codepot/src/codepot/controllers/user.php b/codepot/src/codepot/controllers/user.php index cbf6f850..8c07e4fe 100644 --- a/codepot/src/codepot/controllers/user.php +++ b/codepot/src/codepot/controllers/user.php @@ -257,9 +257,9 @@ class User extends Controller header ("Content-Type: image/png"); header ("Content-Length: $icon_size"); @readfile ($icon_path); - return $icon_size; + return; } - } + } $img = imagecreate (50, 50);