Properly set default argument for resync_all_package_configs (== -> =).

This commit is contained in:
Colin Smith 2005-03-17 02:19:18 +00:00
parent 4bc4f53784
commit 07a5ca2062

View File

@ -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) {
function resync_all_package_configs($show_message = false) {
global $config;
$i = 0;
log_error("Resyncing configuration for all packages.");