bug fix: After adding a new bridge, it is not loaded because it was removed from the list of action
This commit is contained in:
parent
4c241a1319
commit
4fac0e382c
1 changed files with 0 additions and 2 deletions
|
@ -54,8 +54,6 @@ if (!file_exists($whitelist_file)) {
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
$whitelist_selection = explode("\n", file_get_contents($whitelist_file));
|
$whitelist_selection = explode("\n", file_get_contents($whitelist_file));
|
||||||
//Remove the last empty line.
|
|
||||||
array_pop($whitelist_selection);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
Cache::purge();
|
Cache::purge();
|
||||||
|
|
Loading…
Reference in a new issue