BUG: Changed the model admin title for the http code search field

This commit is contained in:
Kirk Mayo 2013-08-26 15:12:32 +12:00
parent 01b89a1a85
commit d62c7e57ac
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ class BrokenExternalLinks extends DataObject {
);
public static $searchable_fields = array(
'HTTPCode'
'HTTPCode' => array('title' => 'HTTP Code')
);
function canEdit($member = false) {