Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F2942587
D25419.1738122030.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
588 B
Referenced Files
None
Subscribers
None
D25419.1738122030.diff
View Options
diff --git a/src/applications/policy/storage/PhabricatorPolicy.php b/src/applications/policy/storage/PhabricatorPolicy.php
--- a/src/applications/policy/storage/PhabricatorPolicy.php
+++ b/src/applications/policy/storage/PhabricatorPolicy.php
@@ -484,6 +484,9 @@
if (method_exists($object, 'describeAutomaticCapability')) {
$exceptions = (array)$object->describeAutomaticCapability($capability);
$exceptions = array_filter($exceptions);
+ $exceptions = array_map(function ($item) {
+ return $item.' ';
+ }, $exceptions);
}
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Wed, Jan 29, 03:40 (2 d, 8 h ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1152796
Default Alt Text
D25419.1738122030.diff (588 B)
Attached To
Mode
D25419: Fix the whitespace issue in the message "Access Denied: Restricted File"
Attached
Detach File
Event Timeline
Log In to Comment