Skip to content
This repository was archived by the owner on Jan 15, 2021. It is now read-only.

Commit

Permalink
MSS-162: Renamed variable for the sort column to be more consistent.
Browse files Browse the repository at this point in the history
  • Loading branch information
bertramakers committed May 20, 2015
1 parent af02ccb commit 32d37a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion culturefeed_sitemap/culturefeed_sitemap.module
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ function culturefeed_sitemap_get_entries($type, $subtype = null) {
* - direction: asc or desc
*/
function culturefeed_sitemap_sort_config() {
$column = variable_get('culturefeed_sitemap_sort_field', 'creationdate');
$column = variable_get('culturefeed_sitemap_sort_column', 'creationdate');
$direction = variable_get('culturefeed_sitemap_sort_direction', \CultuurNet\Search\Parameter\Sort::DIRECTION_DESC);

if ($direction != \CultuurNet\Search\Parameter\Sort::DIRECTION_DESC &&
Expand Down

0 comments on commit 32d37a3

Please sign in to comment.