Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F18875306
D19330.id46237.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
584 B
Referenced Files
None
Subscribers
None
D19330.id46237.diff
View Options
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
@@ -270,9 +270,9 @@
pht(
"Config option '%s' is invalid. The URI must start with ".
"%s' or '%s'.",
+ $key,
'http://',
- 'https://',
- $key));
+ 'https://'));
}
$domain = $uri->getDomain();
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Nov 6 2025, 5:31 PM (9 w, 3 d ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
9382846
Default Alt Text
D19330.id46237.diff (584 B)
Attached To
Mode
D19330: Fix argument ordering in error message
Attached
Detach File
Event Timeline
Log In to Comment