mirror of
https://github.com/unraid/webgui.git
synced 2026-05-07 21:01:19 -05:00
Merge branch 'master' into incorrect_display_of_shares_after_updating_unraid
This commit is contained in:
@@ -63,6 +63,7 @@ if ((!$poolsOnly) && ($share['useCache'] == "no")) {
|
||||
|
||||
/* Check for non existent pool device. */
|
||||
if (($share['cachePool'] && !in_array($share['cachePool'], $pools))) {
|
||||
|
||||
$share['useCache'] = $share['cachePool2'] ? "yes" : ($poolsOnly ? "no" : "yes");
|
||||
$poolDefined = false;
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user