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

« back to all changes in this revision

Viewing changes to phabricator/src/applications/phame/controller/post/PhamePostListController.php

  • Committer: Package Import Robot
  • Author(s): Richard Sellam
  • Date: 2015-05-25 22:45:19 UTC
  • mfrom: (0.29.1) (0.28.1) (0.27.1) (9.1.1 wily)
  • Revision ID: package-import@ubuntu.com-20150525224519-x791swte8e0ndv8c
Tags: 0~git20150525-1
* New snapshot release
* fix update postinst when using nginx (closes: #784221)

Show diffs side-by-side

added added

removed removed

Lines of Context:
54
54
        $nav->selectFilter('post/all');
55
55
        break;
56
56
      default:
57
 
        throw new Exception("Unknown filter '{$this->filter}'!");
 
57
        throw new Exception(pht("Unknown filter '%s'!", $this->filter));
58
58
    }
59
59
 
60
60
    $pager = id(new AphrontCursorPagerView())