瀏覽代碼

add missing parameter

jomo 10 年之前
父節點
當前提交
6e118dc496
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      modules/helpers.js

+ 1 - 1
modules/helpers.js

@@ -126,7 +126,7 @@ function store_images(uuid, details, type, callback) {
     currently_running.push(new_hash);
     networking.get_profile((isUUID ? uuid : null), function(err, profile) {
       if (err || (isUUID && !profile)) {
-        callback_for(uuid, err, null);
+        callback_for(uuid, type, err, null);
       } else {
         store_skin(uuid, profile, details, function(err, skin_hash) {
           cache.save_hash(uuid, skin_hash, null);