From 5b8493df15cff367705997973f625dbadb89193d Mon Sep 17 00:00:00 2001 From: jomo Date: Wed, 18 Feb 2015 23:42:00 +0100 Subject: [PATCH] =?UTF-8?q?improved=20comments=20n=C2=B02?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- modules/helpers.js | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/helpers.js b/modules/helpers.js index 6d6ab47..52097f5 100644 --- a/modules/helpers.js +++ b/modules/helpers.js @@ -159,6 +159,7 @@ function store_images(rid, userId, details, type, callback) { callback_for(userId, type, err, null); } } else { + // no error and we have a profile or it's not a uuid store_skin(rid, userId, profile, details, function(err, skin_hash) { cache.save_hash(rid, userId, skin_hash, null, function(cache_err) { callback_for(userId, "skin", (err || cache_err), skin_hash);