1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-09-20 01:08:50 +02:00

Minor, remove getEmail() since D2494 removed these methods.

This commit is contained in:
epriestley 2012-05-24 15:37:33 -07:00
parent 79e8a637c2
commit 0e3aeab1b3

View file

@ -45,7 +45,6 @@ final class PhabricatorPHIDLookupController
phutil_escape_html($handle->getPHID()),
phutil_escape_html($handle->getType()),
phutil_escape_html($handle->getName()),
phutil_escape_html($handle->getEmail()),
$link,
);
}
@ -56,7 +55,6 @@ final class PhabricatorPHIDLookupController
'PHID',
'Type',
'Name',
'Email',
'URI',
));
$table->setColumnClasses(
@ -64,7 +62,6 @@ final class PhabricatorPHIDLookupController
null,
null,
null,
null,
'wide',
));
@ -87,7 +84,6 @@ final class PhabricatorPHIDLookupController
->appendChild(
id(new AphrontFormTextAreaControl())
->setName('phids')
// ->setHeight(AphrontFormTextAreaControl::HEIGHT_VERY_SHORT) TODO
->setCaption('Enter PHIDs separated by spaces or commas.'))
->appendChild(
id(new AphrontFormSubmitControl())