From 6520d17b3296f4cf3cf1d096bc765cbc9259e0fe Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Fri, 23 Feb 2007 01:27:44 +0000 Subject: Dont forget global variable --- etc/inc/pkg-utils.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'etc/inc/pkg-utils.inc') diff --git a/etc/inc/pkg-utils.inc b/etc/inc/pkg-utils.inc index ac015fe..78ead89 100644 --- a/etc/inc/pkg-utils.inc +++ b/etc/inc/pkg-utils.inc @@ -117,7 +117,7 @@ function get_pkg_sizes($pkgs = 'all') { * This function may also print output to the terminal indicating progress. */ function resync_all_package_configs($show_message = false) { - global $config, $restart_sync; + global $config, $restart_sync, $pkg_interface; $i = 0; log_error("Resyncing configuration for all packages."); if(!$config['installedpackages']['package']) return; -- cgit v1.1