Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F15379619
D18223.id43834.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
429 B
Referenced Files
None
Subscribers
None
D18223.id43834.diff
View Options
diff --git a/src/support/SecureSupportRemarkupRule.php b/src/support/SecureSupportRemarkupRule.php
--- a/src/support/SecureSupportRemarkupRule.php
+++ b/src/support/SecureSupportRemarkupRule.php
@@ -27,7 +27,7 @@
$uri = "https://admin.phacility.com/{$monogram}";
if ($anchor) {
$uri = new PhutilURI($uri);
- $uri->setAnchor($anchor);
+ $uri->setFragment($anchor);
$uri = (string)$uri;
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, Mar 14, 10:23 PM (1 w, 1 d ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7389631
Default Alt Text
D18223.id43834.diff (429 B)
Attached To
Mode
D18223: Correct a PhutilURI call for setting anchors on PHIxxx references
Attached
Detach File
Event Timeline
Log In to Comment