summaryrefslogtreecommitdiff
path: root/it_url.class
diff options
context:
space:
mode:
authorNathan Gass2012-11-23 13:58:38 +0000
committerNathan Gass2012-11-23 13:58:38 +0000
commit562bbf7bc45f853b66aff5dfa8bf1bfcd5533d3a (patch)
tree3d66e1c0ee0e9923bb3b5db37fc91c48d04df3d6 /it_url.class
parent38375bbec1f031be9d3b3e500a758d974e36cce4 (diff)
downloaditools-562bbf7bc45f853b66aff5dfa8bf1bfcd5533d3a.tar.gz
itools-562bbf7bc45f853b66aff5dfa8bf1bfcd5533d3a.tar.bz2
itools-562bbf7bc45f853b66aff5dfa8bf1bfcd5533d3a.zip
debug last commit
Diffstat (limited to 'it_url.class')
-rw-r--r--it_url.class2
1 files changed, 1 insertions, 1 deletions
diff --git a/it_url.class b/it_url.class
index 6fe3183..d8e5afb 100644
--- a/it_url.class
+++ b/it_url.class
@@ -422,7 +422,7 @@ function get_multi($p=null)
else
$results_unordered[$key] = false;
if (($handler = $urls[$keys[$info['handle']]]['handler']))
- $abort = $handler($info['result'], $results[$key]);
+ $abort = $handler($info['result'], $results_unordered[$key]);
}
}
} while ($mrc == CURLM_CALL_MULTI_PERFORM);