mirror of
https://github.com/Squidly271/community.applications.git
synced 2025-06-03 14:52:13 +08:00
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
|
4e55f7483b661af21a25b677179baffe ./CA_notices.page
|
||||||
42a1658a916a3a3eed2a9f2af80603c4 ./ca_settings.page
|
42a1658a916a3a3eed2a9f2af80603c4 ./ca_settings.page
|
||||||
e718d7825dbdc96a17a915079222b098 ./default.cfg
|
e718d7825dbdc96a17a915079222b098 ./default.cfg
|
||||||
4190c4907c623af7941560cd85ea8e8b ./include/exec.php
|
4d685cb061a11b2e757af6c0ea49ecbf ./include/exec.php
|
||||||
a31856c2249edbc6c396b6f62540504c ./include/helpers.php
|
a31856c2249edbc6c396b6f62540504c ./include/helpers.php
|
||||||
d9b0dc98ee598d44633341ac199a43e0 ./include/paths.php
|
d9b0dc98ee598d44633341ac199a43e0 ./include/paths.php
|
||||||
532fffdf939594c143e679da02bd841e ./javascript/libraries.js
|
532fffdf939594c143e679da02bd841e ./javascript/libraries.js
|
||||||
|
@ -1043,7 +1043,7 @@ function previous_apps() {
|
|||||||
if ( $runningflag ) {
|
if ( $runningflag ) {
|
||||||
$o['Uninstall'] = true;
|
$o['Uninstall'] = true;
|
||||||
$o['ID'] = $containerID;
|
$o['ID'] = $containerID;
|
||||||
if ( $o['Blacklist'] ) continue;
|
// if ( $o['Blacklist'] ) continue;
|
||||||
|
|
||||||
$displayed[] = $o;
|
$displayed[] = $o;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user