mirror of
https://we.phorge.it/source/phorge.git
synced 2025-01-03 11:21:01 +01:00
Fixing copy/paste mistake
Test Plan: doitlive Reviewers: epriestley Reviewed By: epriestley Subscribers: Korvin Differential Revision: https://secure.phabricator.com/D17737
This commit is contained in:
parent
febd68039f
commit
d58b808f04
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ abstract class PhabricatorPackagesEditor
|
|||
extends PhabricatorApplicationTransactionEditor {
|
||||
|
||||
public function getEditorApplicationClass() {
|
||||
return 'PhabricatorPasteApplication';
|
||||
return 'PhabricatorPackagesApplication';
|
||||
}
|
||||
|
||||
protected function supportsSearch() {
|
||||
|
|
Loading…
Reference in a new issue