summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-03-17 02:15:10 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-03-17 02:15:10 +0000
commit4bc4f5378409f8392600c426cc8ab0ad81257213 (patch)
tree997798054ebac32df5a843c14afe1a30be89fcf9 /etc
parente99989d87cd06c8567a199398714680b35317826 (diff)
downloadpfsense-4bc4f5378409f8392600c426cc8ab0ad81257213.zip
pfsense-4bc4f5378409f8392600c426cc8ab0ad81257213.tar.gz
Pass a paramater correctly.
Diffstat (limited to 'etc')
-rw-r--r--etc/inc/pfsense-utils.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/inc/pfsense-utils.inc b/etc/inc/pfsense-utils.inc
index cd918b8..14b2295 100644
--- a/etc/inc/pfsense-utils.inc
+++ b/etc/inc/pfsense-utils.inc
@@ -573,7 +573,7 @@ function update_progress_bar($percent) {
* resync_all_package_configs() Force packages to setup their configuration and rc.d files.
* This function may also print output to the terminal indicating progress.
*/
-function resync_all_package_configs($show_message == false) {
+function resync_all_package_configs($show_message) {
global $config;
$i = 0;
log_error("Resyncing configuration for all packages.");
OpenPOWER on IntegriCloud