Move LegalpadDocument to new phid stuff

Summary: ref T2715 - apologies btw as I didn't catch the "start from the bottom" ask until recently... :/

Test Plan: phid.query for some legalpad documents... booya. also loaded legalpad.

Reviewers: epriestley

Reviewed By: epriestley

CC: aran, Korvin

Maniphest Tasks: T2715

Differential Revision: https://secure.phabricator.com/D6576
This commit is contained in:
Bob Trahan
2013-07-26 12:05:33 -07:00
parent 3ba2f506fe
commit 0a71593e6d
8 changed files with 80 additions and 32 deletions

View File

@@ -111,7 +111,6 @@ final class PhabricatorObjectHandle
PhabricatorPHIDConstants::PHID_TYPE_USER => 'User',
PhabricatorPHIDConstants::PHID_TYPE_BLOG => 'Blog',
PhabricatorPHIDConstants::PHID_TYPE_POST => 'Post',
PhabricatorPHIDConstants::PHID_TYPE_LEGD => 'Legalpad Document',
);
return idx($map, $this->getType(), $this->getType());