Page Menu
Home
DevCentral
Search
Configure Global Search
Log In
Files
F3769361
D119.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.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
Sun, Nov 24, 14:21 (5 h, 52 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2260348
Default Alt Text
D119.diff (459 B)
Attached To
Mode
D119: Avoid $_POST direct use
Attached
Detach File
Event Timeline
Log In to Comment