From b7517325c15d21e8b53328d912ce1fc43e03cd75 Mon Sep 17 00:00:00 2001 From: Joshua Spence Date: Thu, 24 Jul 2014 22:33:46 +1000 Subject: [PATCH] Fix Phortune application name Summary: See D10033. Test Plan: `arc unit` Reviewers: epriestley, #blessed_reviewers Reviewed By: epriestley, #blessed_reviewers Subscribers: epriestley, Korvin Differential Revision: https://secure.phabricator.com/D10038 --- src/applications/phortune/query/PhortunePurchaseQuery.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/applications/phortune/query/PhortunePurchaseQuery.php b/src/applications/phortune/query/PhortunePurchaseQuery.php index cce1fa9c81..a9a081ed1c 100644 --- a/src/applications/phortune/query/PhortunePurchaseQuery.php +++ b/src/applications/phortune/query/PhortunePurchaseQuery.php @@ -87,7 +87,7 @@ final class PhortunePurchaseQuery } public function getQueryApplicationClass() { - return 'PhabricatorApplicationPhortune'; + return 'PhabricatorPhortuneApplication'; } }