Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F88598
D7736.diff
All Users
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
535 B
Referenced Files
None
Subscribers
None
D7736.diff
View Options
diff --git a/src/applications/phragment/storage/PhragmentFragment.php b/src/applications/phragment/storage/PhragmentFragment.php
--- a/src/applications/phragment/storage/PhragmentFragment.php
+++ b/src/applications/phragment/storage/PhragmentFragment.php
@@ -203,7 +203,7 @@
$children = id(new PhragmentFragmentQuery())
->setViewer($viewer)
->needLatestVersion(true)
- ->withPaths($paths)
+ ->withLeadingPath($this->getPath().'/')
->execute();
$children = mpull($children, null, 'getPath');
File Metadata
Details
Attached
Mime Type
text/x-diff
Storage Engine
amazon-s3
Storage Format
Raw Data
Storage Handle
phabricator/qx/v7/rrwpas2wj5h4ztpm
Default Alt Text
D7736.diff (535 B)
Attached To
Mode
D7736: Fix deletion detection when updating based on ZIP
Attached
Detach File
Event Timeline
Log In to Comment