projects
/
WP-Plugins
/
glm-member-db.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3ae39f6
)
Put the city list in alpha order.
author
Steve Sutton
<steve@gaslightmedia.com>
Tue, 8 Aug 2017 18:16:15 +0000
(14:16 -0400)
committer
Steve Sutton
<steve@gaslightmedia.com>
Tue, 8 Aug 2017 18:16:15 +0000
(14:16 -0400)
Alpha order for the settings city list.
models/admin/settings/cities.php
patch
|
blob
|
history
diff --git
a/models/admin/settings/cities.php
b/models/admin/settings/cities.php
index
184ad70
..
710d0c3
100644
(file)
--- a/
models/admin/settings/cities.php
+++ b/
models/admin/settings/cities.php
@@
-137,7
+137,7
@@
class GlmMembersAdmin_settings_cities extends GlmDataCities
}
// Get a current list of members
- $cities = $this->getList();
+ $cities = $this->getList(
'', 'name'
);
if (GLM_MEMBERS_PLUGIN_ADMIN_DEBUG_VERBOSE) {
glmMembersAdmin::addNotice($cities, 'DataBlock', 'City Data');