Skip to content
Snippets Groups Projects
Commit 2694fcac authored by mikejoconnor's avatar mikejoconnor Committed by Kevin King
Browse files

Issue #1035684 by mikejoconnor: Source / Target sort order

parent dfe2c06e
No related branches found
No related tags found
No related merge requests found
......@@ -655,6 +655,7 @@ function _feeds_ui_format_options($options) {
$result[$k] = $v;
}
}
asort($result);
return $result;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment