From 7dc151b1c12d34223b451ae69655ee15a23d2a68 Mon Sep 17 00:00:00 2001 From: hyung-hwan Date: Wed, 4 Feb 2015 07:46:53 +0000 Subject: [PATCH] fixed indentation --- codepot/src/codepot/controllers/user.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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);