Browse Source

fix typo caused by replacing database_ to filesystem

Tim Fry 1 year ago
parent
commit
196e8427bd
1 changed files with 1 additions and 1 deletions
  1. 1 1
      maintenance.php

+ 1 - 1
maintenance.php

@@ -160,7 +160,7 @@ if ($show_all) {
 			//domain settings
 			$setting_uuids = maintenance::get_uuids($database, 'domain', $filesystem_category, $filesystem_subcategory, 'true');
 			foreach ($setting_uuids as $uuid) {
-				$record = maintenance::get_value_by_uuid($filesystem, 'domain', $uuid);
+				$record = maintenance::get_value_by_uuid($database, 'domain', $uuid);
 				if (!empty($record)) {
 					$maintenance_apps[$filesystem_category]['filesystem_maintenance'][$record['domain_uuid']] = $record;
 				} else {