From 0e3aeab1b3dc81e0e7f8da484629aba15ecc9184 Mon Sep 17 00:00:00 2001 From: epriestley Date: Thu, 24 May 2012 15:37:33 -0700 Subject: [PATCH] Minor, remove getEmail() since D2494 removed these methods. --- .../controller/lookup/PhabricatorPHIDLookupController.php | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/applications/phid/controller/lookup/PhabricatorPHIDLookupController.php b/src/applications/phid/controller/lookup/PhabricatorPHIDLookupController.php index b4b60bd2ef..71330b78ba 100644 --- a/src/applications/phid/controller/lookup/PhabricatorPHIDLookupController.php +++ b/src/applications/phid/controller/lookup/PhabricatorPHIDLookupController.php @@ -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())