Skip to content
Snippets Groups Projects
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
No related branches found
No related tags found
8 merge requests!10011Issue #3200534 by quietone, longwave, Kristen Pol: Use dataprovider for...,!2571Issue #3000717: Missing mapping for "nodereference_url" widget,!2521Issue #3185775: Place Views preview on the side on large monitors,!1603Issue #3231707: mxr576's core patch playground,!1479Issue #3250298: Return empty string "" with JSON Serializer instead of FALSE,!1478Issue #3250298: Return empty string "" with JSON Serializer instead of FALSE,!1203Issue #3236191 Wrong group exposed form widgets and multiple selection error.,!1076Issue #2903336 Added node context for tokens.
...@@ -122,6 +122,9 @@ protected function getTables(Connection $connection) { ...@@ -122,6 +122,9 @@ protected function getTables(Connection $connection) {
} }
} }
// Keep the table names sorted alphabetically.
asort($tables);
return $tables; return $tables;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment