summaryrefslogtreecommitdiffstats
path: root/etc/inc/pkg-utils.inc
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2007-02-23 01:27:44 +0000
committerScott Ullrich <sullrich@pfsense.org>2007-02-23 01:27:44 +0000
commit6520d17b3296f4cf3cf1d096bc765cbc9259e0fe (patch)
treed66c33238e5c688899f503eacb405baf7c3c033a /etc/inc/pkg-utils.inc
parent8e1ee760fa6ec85981cff65a551e3b0a2988d7f6 (diff)
downloadpfsense-6520d17b3296f4cf3cf1d096bc765cbc9259e0fe.zip
pfsense-6520d17b3296f4cf3cf1d096bc765cbc9259e0fe.tar.gz
Dont forget global variable
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 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;
OpenPOWER on IntegriCloud