1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-12-22 13:30:55 +01:00

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');
}
}