Minor, correct more application class name spellings.

This commit is contained in:
epriestley
2013-05-15 17:01:34 -07:00
parent 5afbbae209
commit 37e28f3813
2 changed files with 2 additions and 2 deletions

View File

@@ -7,7 +7,7 @@ abstract class ConduitAPI_flag_Method extends ConduitAPIMethod {
public function getApplication() {
return PhabricatorApplication::getByClass(
'PhabricatorApplicationFlag');
'PhabricatorApplicationFlags');
}
protected function attachHandleToFlag($flag, PhabricatorUser $user) {

View File

@@ -7,7 +7,7 @@ abstract class ConduitAPI_repository_Method extends ConduitAPIMethod {
public function getApplication() {
return PhabricatorApplication::getByClass(
'PhabricatorApplicationRepository');
'PhabricatorApplicationDiffusion');
}
}