Page MenuHomePhorge

D25198.1734973869.diff
No OneTemporary

D25198.1734973869.diff

diff --git a/src/applications/meta/panel/PhabricatorApplicationConfigurationPanel.php b/src/applications/meta/panel/PhabricatorApplicationConfigurationPanel.php
--- a/src/applications/meta/panel/PhabricatorApplicationConfigurationPanel.php
+++ b/src/applications/meta/panel/PhabricatorApplicationConfigurationPanel.php
@@ -24,7 +24,13 @@
return $this->application;
}
- public function getPanelURI($path = null) {
+ /**
+ * Get the URI for this application configuration panel.
+ *
+ * @param string? Optional path to append.
+ * @return string Relative URI for the panel.
+ */
+ public function getPanelURI($path = '') {
$app_key = get_class($this->getApplication());
$panel_key = $this->getPanelKey();
$base = "/applications/panel/{$app_key}/{$panel_key}/";

File Metadata

Mime Type
text/plain
Expires
Mon, Dec 23, 17:11 (18 h, 32 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1027117
Default Alt Text
D25198.1734973869.diff (798 B)

Event Timeline