diff --git a/src/aphront/site/PhabricatorPlatformSite.php b/src/aphront/site/PhabricatorPlatformSite.php index 21e2cd2529..63c2b9cde3 100644 --- a/src/aphront/site/PhabricatorPlatformSite.php +++ b/src/aphront/site/PhabricatorPlatformSite.php @@ -1,33 +1,40 @@ getHost(); if ($this->isHostMatch($host, $uris)) { return new PhabricatorPlatformSite(); } return null; } }