mirror of
https://github.com/webmin/webmin.git
synced 2025-07-21 23:40:34 +00:00
Include old version in updates list
This commit is contained in:
@ -290,6 +290,7 @@ foreach $c (sort { $a->{'name'} cmp $b->{'name'} } @current) {
|
||||
'update' => $a->{'update'},
|
||||
'system' => $a->{'system'},
|
||||
'version' => $a->{'version'},
|
||||
'oldversion' => $c->{'version'},
|
||||
'epoch' => $a->{'epoch'},
|
||||
'security' => $a->{'security'},
|
||||
'desc' => $c->{'desc'} || $a->{'desc'},
|
||||
|
Reference in New Issue
Block a user