diff --git a/src/applications/phortune/query/PhortuneChargeSearchEngine.php b/src/applications/phortune/query/PhortuneChargeSearchEngine.php --- a/src/applications/phortune/query/PhortuneChargeSearchEngine.php +++ b/src/applications/phortune/query/PhortuneChargeSearchEngine.php @@ -130,6 +130,6 @@ $result = new PhabricatorApplicationSearchResultView(); $result->setTable($table); - return $table; + return $result; } }