Page Menu
Home
DevCentral
Search
Configure Global Search
Log In
Files
F8440965
D119.id283.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
459 B
Referenced Files
None
Subscribers
None
D119.id283.diff
View Options
diff --git a/app/Http/Controllers/Gate/PhabricatorGateController.php b/app/Http/Controllers/Gate/PhabricatorGateController.php
--- a/app/Http/Controllers/Gate/PhabricatorGateController.php
+++ b/app/Http/Controllers/Gate/PhabricatorGateController.php
@@ -61,7 +61,7 @@
* Extracts payload from the request
*/
protected function extractPayload () {
- $this->payload = $_POST;
+ $this->payload = Request::all();
}
/**
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, May 15, 08:07 (13 h, 13 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2656358
Default Alt Text
D119.id283.diff (459 B)
Attached To
Mode
D119: Avoid $_POST direct use
Attached
Detach File
Event Timeline
Log In to Comment