~ubuntu-branches/ubuntu/wily/phabricator/wily

« back to all changes in this revision

Viewing changes to phabricator/src/applications/phortune/query/PhortuneMerchantSearchEngine.php

  • Committer: Package Import Robot
  • Author(s): Richard Sellam
  • Date: 2015-02-11 14:13:38 UTC
  • mfrom: (0.18.1) (0.17.1) (0.13.2) (2.1.6 sid)
  • Revision ID: package-import@ubuntu.com-20150211141338-7t6wkyisc5b04ww5
Tags: 0~git20150211-1
* New snapshot release
* updated german translation
* fixed daemons not starting with unprivileged user

Show diffs side-by-side

added added

removed removed

Lines of Context:
7
7
    return pht('Phortune Merchants');
8
8
  }
9
9
 
 
10
  public function getApplicationClassName() {
 
11
    return 'PhabricatorPhortuneApplication';
 
12
  }
 
13
 
10
14
  public function buildSavedQueryFromRequest(AphrontRequest $request) {
11
15
    $saved = new PhabricatorSavedQuery();
12
16