Revision cea9d2d0
Added by Marcos M over 1 year ago
src/usr/local/www/widgets/widgets/system_information.widget.php | ||
---|---|---|
71 | 71 |
/* If $_REQUEST['getupdatestatus'] == 2, force update */ |
72 | 72 |
$system_version = get_system_pkg_version(false, |
73 | 73 |
($_REQUEST['getupdatestatus'] == 1), |
74 |
false /* get upgrades from other repos */); |
|
74 |
false, /* get upgrades from other repos */ |
|
75 |
true /* see https://redmine.pfsense.org/issues/15055 */ |
|
76 |
); |
|
75 | 77 |
|
76 | 78 |
if ($system_version === false) { |
77 | 79 |
print(gettext("<i>Unable to check for updates</i>")); |
Also available in: Unified diff
Don't refresh the cache when visiting the update page. Fix #15055