Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F2697908
D25198.1734973869.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Award Token
Flag For Later
Advanced/Developer...
View Handle
View Hovercard
Size
798 B
Referenced Files
None
Subscribers
None
D25198.1734973869.diff
View Options
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
Details
Attached
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)
Attached To
Mode
D25198: Fix PHP 8.1 "ltrim(null)" exception which blocks rendering five applications' Configure pages
Attached
Detach File
Event Timeline
Log In to Comment