Commit 2bf41216 authored by catch's avatar catch
Browse files

Issue #3228237 by DamienMcKenna, quietone: Always sort tables in db-tools.php dump

(cherry picked from commit 2eebc002)
parent 51ea8d53
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -122,6 +122,9 @@ protected function getTables(Connection $connection) {
      }
    }

    // Keep the table names sorted alphabetically.
    asort($tables);

    return $tables;
  }