summaryrefslogtreecommitdiff
path: root/devel/phabricator/files/patch-src_applications_project_controller_PhabricatorProjectViewController.php
blob: 72d4ec69e29377e11342453e7559b57b60ff597d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- src/applications/project/controller/PhabricatorProjectViewController.php.orig	2022-01-26 14:24:00 UTC
+++ src/applications/project/controller/PhabricatorProjectViewController.php
@@ -39,7 +39,7 @@ final class PhabricatorProjectViewController
         $controller_object = new PhabricatorProjectManageController();
         break;
       default:
-        return $engine->buildResponse();
+        return $engine->buildResponse(true);
     }
 
     return $this->delegateToController($controller_object);