From 5c2715a13bccbb9768b8f80e114d318b4827ca90 Mon Sep 17 00:00:00 2001 From: Edward Speyer Date: Fri, 10 May 2013 17:11:14 +0100 Subject: [PATCH] Arc liberate fix Summary: Run arc liberate and commit the results on the assumption that someone forgot to do this in another diff, or their results were discarded by an automatic merge during rebase. Test Plan: None. Reviewers: epriestley CC: aran, Korvin Differential Revision: https://secure.phabricator.com/D5889 --- src/__phutil_library_map__.php | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/__phutil_library_map__.php b/src/__phutil_library_map__.php index db37894435..de73525ec5 100644 --- a/src/__phutil_library_map__.php +++ b/src/__phutil_library_map__.php @@ -2919,7 +2919,8 @@ phutil_register_library_map(array( 'PhabricatorPaste' => array( 0 => 'PhabricatorPasteDAO', - 1 => 'PhabricatorPolicyInterface', + 1 => 'PhabricatorTokenReceiverInterface', + 2 => 'PhabricatorPolicyInterface', ), 'PhabricatorPasteController' => 'PhabricatorController', 'PhabricatorPasteDAO' => 'PhabricatorLiskDAO', @@ -3006,6 +3007,7 @@ phutil_register_library_map(array( array( 0 => 'PhabricatorRepositoryDAO', 1 => 'PhabricatorPolicyInterface', + 2 => 'PhabricatorTokenReceiverInterface', ), 'PhabricatorRepositoryCommitChangeParserWorker' => 'PhabricatorRepositoryCommitParserWorker', 'PhabricatorRepositoryCommitData' => 'PhabricatorRepositoryDAO', @@ -3243,6 +3245,7 @@ phutil_register_library_map(array( 0 => 'PhameDAO', 1 => 'PhabricatorPolicyInterface', 2 => 'PhabricatorMarkupInterface', + 3 => 'PhabricatorTokenReceiverInterface', ), 'PhamePostDeleteController' => 'PhameController', 'PhamePostEditController' => 'PhameController', @@ -3386,6 +3389,7 @@ phutil_register_library_map(array( 0 => 'PhrictionDAO', 1 => 'PhabricatorPolicyInterface', 2 => 'PhabricatorSubscribableInterface', + 3 => 'PhabricatorTokenReceiverInterface', ), 'PhrictionDocumentController' => 'PhrictionController', 'PhrictionDocumentEditor' => 'PhabricatorEditor', @@ -3438,6 +3442,7 @@ phutil_register_library_map(array( 2 => 'PonderVotableInterface', 3 => 'PhabricatorSubscribableInterface', 4 => 'PhabricatorPolicyInterface', + 5 => 'PhabricatorTokenReceiverInterface', ), 'PonderQuestionAskController' => 'PonderController', 'PonderQuestionDetailView' => 'AphrontView',