Skip to content

Commit b3b33b4

Browse files
committed
fixed notes
1 parent 29c0b69 commit b3b33b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

controller/contribute.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ public function post(){
8585
],
8686
[
8787
'title' => 'Notes',
88-
'value' => isset($slack['notes']) ? $slack['notes'] : 'none',
88+
'value' => isset($_POST['notes']) ? $_POST['notes'] : 'none',
8989
'short' => false
9090
],
9191
]

0 commit comments

Comments
 (0)