diff --git a/etc/inc/pkg-utils.inc b/etc/inc/pkg-utils.inc index ac015fe405..78ead89e06 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;