summaryrefslogtreecommitdiffstats
path: root/etc/inc/pkg-utils.inc
diff options
context:
space:
mode:
Diffstat (limited to 'etc/inc/pkg-utils.inc')
-rw-r--r--etc/inc/pkg-utils.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/inc/pkg-utils.inc b/etc/inc/pkg-utils.inc
index ef2b17e..5697413 100644
--- a/etc/inc/pkg-utils.inc
+++ b/etc/inc/pkg-utils.inc
@@ -514,7 +514,7 @@ function sync_package($pkg_name, $sync_depends = true, $show_message = false) {
* a progress bar and output window.
*/
function pkg_fetch_recursive($pkgname, $filename, $dependlevel = 0, $base_url = "") {
- global $static_output, $g;
+ global $static_output, $g, $config;
// Clean up incoming filenames
$filename = str_replace(" ", " ", $filename);
OpenPOWER on IntegriCloud