Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F15423649
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
Sun, Mar 23, 4:29 PM (2 d, 13 h ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7718777
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