From 144c1afcbc238283170f21820c57ee83143a1a6d Mon Sep 17 00:00:00 2001 From: Shish Date: Wed, 14 Mar 2012 20:35:15 +0000 Subject: [PATCH] ffffff, PHP, doing something weird rather than having a userful error message --- core/util.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/util.inc.php b/core/util.inc.php index 18b245f2..b9b5e905 100644 --- a/core/util.inc.php +++ b/core/util.inc.php @@ -640,7 +640,7 @@ function warehouse_path(/*string*/ $base, /*string*/ $hash, /*bool*/ $create=tru return $pa; } -function transload($url, $file) { +function transload($url, $mfile) { global $config; if($config->get_string("transload_engine") == "curl" && function_exists("curl_init")) {