blacklisted containers wouldn't appear within installed apps
This commit is contained in:
parent
11c151211c
commit
a189daaa7c
Binary file not shown.
@ -2,7 +2,7 @@
|
||||
4e55f7483b661af21a25b677179baffe ./CA_notices.page
|
||||
42a1658a916a3a3eed2a9f2af80603c4 ./ca_settings.page
|
||||
e718d7825dbdc96a17a915079222b098 ./default.cfg
|
||||
4190c4907c623af7941560cd85ea8e8b ./include/exec.php
|
||||
4d685cb061a11b2e757af6c0ea49ecbf ./include/exec.php
|
||||
a31856c2249edbc6c396b6f62540504c ./include/helpers.php
|
||||
d9b0dc98ee598d44633341ac199a43e0 ./include/paths.php
|
||||
532fffdf939594c143e679da02bd841e ./javascript/libraries.js
|
||||
|
@ -1043,7 +1043,7 @@ function previous_apps() {
|
||||
if ( $runningflag ) {
|
||||
$o['Uninstall'] = true;
|
||||
$o['ID'] = $containerID;
|
||||
if ( $o['Blacklist'] ) continue;
|
||||
// if ( $o['Blacklist'] ) continue;
|
||||
|
||||
$displayed[] = $o;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user