mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Dont forget global variable
This commit is contained in:
parent
8e1ee760fa
commit
6520d17b32
@ -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;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user