1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-11-22 14:52:41 +01:00

Minor, fix a spelling issue with PhabricatorApplicationChatLog.

This commit is contained in:
epriestley 2013-05-15 10:43:06 -07:00
parent d362732118
commit 5afbbae209

View file

@ -6,7 +6,7 @@
abstract class ConduitAPI_chatlog_Method extends ConduitAPIMethod {
public function getApplication() {
return PhabricatorApplication::getByClass('PhabricatorApplicationChatlog');
return PhabricatorApplication::getByClass('PhabricatorApplicationChatLog');
}
}