Skip to content

Commit

Permalink
Merge pull request #429 from zerwalter/fixDateCreatedSort
Browse files Browse the repository at this point in the history
  • Loading branch information
Shnoulle committed Feb 5, 2016
2 parents f5d6aa6 + e2f70bb commit cdcfd4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application/views/admin/survey/listSurveys_view.php
Expand Up @@ -79,7 +79,7 @@

array(
'header' => gT('Created'),
'name' => 'created',
'name' => 'creation_date',
'value'=>'$data->creationdate',
'htmlOptions' => array('class' => 'col-md-1 hidden-xs'),
),
Expand Down

0 comments on commit cdcfd4b

Please sign in to comment.