We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4bdcf45 commit 01a718aCopy full SHA for 01a718a
1 file changed
controller/contribute.php
@@ -93,6 +93,9 @@ public function post(){
93
]
94
];
95
$url = sprintf('https://hooks.slack.com/services/%s', $this->getConfig('slack_board_webhook'));
96
+ $post = json_encode($post);
97
+
98
+ $this->callAPI('POST', $url, $post, $headers);
99
}else{
100
$message = 'Please correct the form errors to continue your submission.';
101
}
0 commit comments