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

« back to all changes in this revision

Viewing changes to phabricator/src/applications/differential/controller/DifferentialDiffViewController.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:
24
24
      return new Aphront404Response();
25
25
    }
26
26
 
27
 
    $error_view = id(new AphrontErrorView())
28
 
        ->setSeverity(AphrontErrorView::SEVERITY_NOTICE);
 
27
    $error_view = id(new PHUIErrorView())
 
28
        ->setSeverity(PHUIErrorView::SEVERITY_NOTICE);
29
29
    if ($diff->getRevisionID()) {
30
30
      $error_view->appendChild(
31
31
          pht(