Index: includes/workflow.views.inc =================================================================== RCS file: /cvs/drupal-contrib/contributions/modules/workflow/includes/workflow.views.inc,v retrieving revision 1.1 diff -u -p -r1.1 workflow.views.inc --- includes/workflow.views.inc 18 Sep 2008 02:49:25 -0000 1.1 +++ includes/workflow.views.inc 30 May 2009 19:45:03 -0000 @@ -32,7 +32,7 @@ function workflow_views_data() { 'title' => t('State weight'), // Appears in views UI. 'help' => t('The weight of the current workflow state that the node is in.'), 'sort' => array( - 'handler' => 'views_handler_sort_numeric', + 'handler' => 'views_handler_sort', ), ); @@ -217,4 +217,4 @@ function workflow_views_handlers() { // sort handlers ), ); -} \ No newline at end of file +}