Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F15484958
D8505.id20180.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
653 B
Referenced Files
None
Subscribers
None
D8505.id20180.diff
View Options
diff --git a/src/applications/differential/conduit/ConduitAPI_differential_createcomment_Method.php b/src/applications/differential/conduit/ConduitAPI_differential_createcomment_Method.php
--- a/src/applications/differential/conduit/ConduitAPI_differential_createcomment_Method.php
+++ b/src/applications/differential/conduit/ConduitAPI_differential_createcomment_Method.php
@@ -37,6 +37,7 @@
->setViewer($viewer)
->withIDs(array($request->getValue('revision_id')))
->needReviewerStatus(true)
+ ->needReviewerAuthority(true)
->executeOne();
if (!$revision) {
throw new ConduitException('ERR_BAD_REVISION');
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, Apr 10, 9:07 PM (3 d, 9 h ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7369538
Default Alt Text
D8505.id20180.diff (653 B)
Attached To
Mode
D8505: Add missing needReviewerAuthority() for differential.createcomment
Attached
Detach File
Event Timeline
Log In to Comment