mmikkel / CpSortableCustomColumns-Craft

Adds custom fields to sortable attributes in element indexes
41 stars 5 forks source link

modifyUsersSortableAttributes #3

Closed samuelbirch closed 8 years ago

samuelbirch commented 8 years ago

public function modifyUsersSortableAttributes(&$attributes)

should be:

public function modifyUserSortableAttributes(&$attributes)

mmikkel commented 8 years ago

Ouch. Thanks, @samuelbirch!