Fix filesystem problems did not do anything

see ac54652
This commit is contained in:
nathan 2024-03-08 09:17:53 -07:00
parent 78f261619d
commit eedd4a52dd

View File

@ -330,7 +330,7 @@ class filemanager_admin extends filemanager_ui
{
Framework::redirect_link('/admin/index.php', null, 'admin');
}
$check_only = !isset($_POST['fix']);
$check_only = !isset($_POST['edit']);
if(!($msgs = Vfs\Sqlfs\Utils::fsck($check_only)))
{