mantisbt-plugins / DatabaseCleanup

Remove old issues based on age and status
Apache License 2.0
0 stars 4 forks source link

error in pages/config_edit #1

Closed AmauryBs closed 5 years ago

AmauryBs commented 5 years ago

There is an error in your code that prevent users from updating configuration, line 70 in pages/config_edit.php I think that: if ( isset( $_POST[generate_key] ) ) { should be: if ( isset( $_POST["generate_key"] ) ) {