mirror of https://github.com/BOINC/boinc.git
Drupal: Fixed wrong function declaration which caused PHP errors in Drupal's log.
This commit is contained in:
parent
d0397cc916
commit
36741fa079
|
@ -314,7 +314,7 @@ function boincuser_admin_scheduler_submit($form, &$form_state) {
|
|||
/**
|
||||
* Other BOINC options that don't fit elsewhere
|
||||
*/
|
||||
function boincuser_admin_other($form, &$form_state) {
|
||||
function boincuser_admin_other(&$form_state) {
|
||||
$form = array();
|
||||
|
||||
//form defaults
|
||||
|
|
Loading…
Reference in New Issue