Page MenuHomePhabricator

D11400.diff
No OneTemporary

D11400.diff

diff --git a/src/applications/config/option/PhabricatorCoreConfigOptions.php b/src/applications/config/option/PhabricatorCoreConfigOptions.php
--- a/src/applications/config/option/PhabricatorCoreConfigOptions.php
+++ b/src/applications/config/option/PhabricatorCoreConfigOptions.php
@@ -12,6 +12,14 @@
}
public function getOptions() {
+ try {
+ $uri = PhabricatorEnv::getProductionURI('/test/test/');
+ print_r('heheheheh');
+ } catch (Exception $e) {
+ print_r($e->getTrace());
+ throw $e;
+ }
+
if (phutil_is_windows()) {
$paths = array();
} else {
diff --git a/src/applications/maniphest/controller/ManiphestTaskDetailController.php b/src/applications/maniphest/controller/ManiphestTaskDetailController.php
--- a/src/applications/maniphest/controller/ManiphestTaskDetailController.php
+++ b/src/applications/maniphest/controller/ManiphestTaskDetailController.php
@@ -16,6 +16,14 @@
$request = $this->getRequest();
$user = $request->getUser();
+ try {
+ $uri = PhabricatorEnv::getProductionURI('/test/test/');
+ print_r('heheheheh');
+ } catch (Exception $e) {
+ print_r($e->getTrace());
+ throw $e;
+ }
+
$e_title = null;
$priority_map = ManiphestTaskPriority::getTaskPriorityMap();

File Metadata

Mime Type
text/plain
Expires
Thu, Nov 7, 8:02 AM (1 w, 12 h ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
6718076
Default Alt Text
D11400.diff (1 KB)

Event Timeline