From 5afbbae209a93e2e4f06f04b3b2e5c3b2a87c10e Mon Sep 17 00:00:00 2001 From: epriestley Date: Wed, 15 May 2013 10:43:06 -0700 Subject: [PATCH] Minor, fix a spelling issue with `PhabricatorApplicationChatLog`. --- src/applications/chatlog/conduit/ConduitAPI_chatlog_Method.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/applications/chatlog/conduit/ConduitAPI_chatlog_Method.php b/src/applications/chatlog/conduit/ConduitAPI_chatlog_Method.php index 2d86a0ca24..20b0b6db88 100644 --- a/src/applications/chatlog/conduit/ConduitAPI_chatlog_Method.php +++ b/src/applications/chatlog/conduit/ConduitAPI_chatlog_Method.php @@ -6,7 +6,7 @@ abstract class ConduitAPI_chatlog_Method extends ConduitAPIMethod { public function getApplication() { - return PhabricatorApplication::getByClass('PhabricatorApplicationChatlog'); + return PhabricatorApplication::getByClass('PhabricatorApplicationChatLog'); } }