When you're editing the sites, if you want to sort the table by subject or contact, it doesn't work and makes an error in the watchdog, the solution is simple :
Find those lines:

array('data' => t('Subject'), 'field' => 'subject'),
array('data' => t('Contact'), 'field' => 'contact'),

and replace them with:

array('data' => t('Subject'), 'field' => 'site_name'),
array('data' => t('Contact'), 'field' => 'site_contact'),

now it works, easyl.

Comments

olivo.marco’s picture

Assigned: Unassigned » olivo.marco
Status: Active » Fixed

Fixed and checked in, available at the next nightly build.

Bye,
Marco

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.