Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F15414996
D10503.id25237.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
626 B
Referenced Files
None
Subscribers
None
D10503.id25237.diff
View Options
diff --git a/src/applications/people/storage/PhabricatorUser.php b/src/applications/people/storage/PhabricatorUser.php
--- a/src/applications/people/storage/PhabricatorUser.php
+++ b/src/applications/people/storage/PhabricatorUser.php
@@ -446,7 +446,7 @@
// The resulting URI must have an allowed protocol. Otherwise, we'll return
// a link to an error page explaining the misconfiguration.
- $ok = PhabricatorHelpEditorProtocolController::hasAllowedProtocol($uri);
+ $ok = PhabricatorHelpEditorProtocolController::hasAllowedProtocol($editor);
if (!$ok) {
return '/help/editorprotocol/';
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Mar 21 2025, 3:27 AM (5 w, 1 d ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7234241
Default Alt Text
D10503.id25237.diff (626 B)
Attached To
Mode
D10503: Check editor protocol from raw user preference
Attached
Detach File
Event Timeline
Log In to Comment