Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F15417244
D21576.id51362.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
484 B
Referenced Files
None
Subscribers
None
D21576.id51362.diff
View Options
diff --git a/src/applications/repository/storage/PhabricatorRepository.php b/src/applications/repository/storage/PhabricatorRepository.php
--- a/src/applications/repository/storage/PhabricatorRepository.php
+++ b/src/applications/repository/storage/PhabricatorRepository.php
@@ -1975,7 +1975,7 @@
if ($writable) {
foreach ($refs as $key => $ref) {
if (!$ref->isWritable()) {
- unset($results[$key]);
+ unset($refs[$key]);
}
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, Mar 21, 4:16 PM (1 d, 16 h ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7381771
Default Alt Text
D21576.id51362.diff (484 B)
Attached To
Mode
D21576: Correct behavior of "writable" Almanac service binding for repository services
Attached
Detach File
Event Timeline
Log In to Comment