#613666 by Jody Lynn: Fixed Sorting on admin/content table.
parent
2d47717b49
commit
9ad53c524a
|
@ -416,6 +416,7 @@ function node_admin_nodes() {
|
|||
->fields('n')
|
||||
->fields('u', array('name'))
|
||||
->limit(50)
|
||||
->orderByHeader($header)
|
||||
->execute();
|
||||
|
||||
// Build the 'Update options' form.
|
||||
|
|
Loading…
Reference in New Issue