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 29c0b69 commit b3b33b4Copy full SHA for b3b33b4
controller/contribute.php
@@ -85,7 +85,7 @@ public function post(){
85
],
86
[
87
'title' => 'Notes',
88
- 'value' => isset($slack['notes']) ? $slack['notes'] : 'none',
+ 'value' => isset($_POST['notes']) ? $_POST['notes'] : 'none',
89
'short' => false
90
91
]
0 commit comments