Last updated would fail on most apps
parent
784b428a03
commit
d27e9b2cb4
Binary file not shown.
|
@ -2,7 +2,7 @@
|
|||
106b521c1feebda4d7b3f558cc016cda ./CA_notices.page
|
||||
eb1f0ee4148747c0473e73e4e973994f ./ca_settings.page
|
||||
e8d29607ec792ddf9f6832b10ee70fdc ./default.cfg
|
||||
16c0a5f9413f8de84f61575b1e0ca742 ./include/exec.php
|
||||
567e2b213e2efc371378ff3931cadae1 ./include/exec.php
|
||||
3f43116c462378d9578a90c413b93afa ./include/helpers.php
|
||||
3dcc75f434545ca6bee2327bf9888a35 ./include/paths.php
|
||||
532fffdf939594c143e679da02bd841e ./javascript/libraries.js
|
||||
|
|
|
@ -2231,7 +2231,7 @@ function getLastUpdate($ID) {
|
|||
$regs = $app['Repository'];
|
||||
}
|
||||
$reg = explode(":",$regs);
|
||||
if ( ($reg[1] ?? "") !== "latest" )
|
||||
if ( ($reg[1] ?? "latest") !== "latest" )
|
||||
return tr("Unknown");
|
||||
|
||||
if ( !strpos($reg[0],"/") )
|
||||
|
|
Loading…
Reference in New Issue