mirror of https://github.com/BOINC/boinc.git
Drupal: Fixed minor PHP issue for Scrutinizer: needed to declare as an array.
This commit is contained in:
parent
e38debe68d
commit
bcb1c5af98
|
@ -10,6 +10,7 @@
|
|||
* separate text for user profiles.
|
||||
*/
|
||||
function boinccore_delete_confirm(&$form_state, $node) {
|
||||
$form = array();
|
||||
$form['nid'] = array(
|
||||
'#type' => 'value',
|
||||
'#value' => $node->nid,
|
||||
|
|
Loading…
Reference in New Issue