Issue #2227497 by gremy: BookAdminTableTree() has 2 nid entries in the same array.

8.0.x
Alex Pott 2014-04-06 22:05:05 +01:00
parent ce8541b281
commit f7b4f2f35b
1 changed files with 0 additions and 1 deletions

View File

@ -180,7 +180,6 @@ class BookAdminEditForm extends FormBase {
foreach ($tree as $data) {
$form['book-admin-' . $data['link']['nid']] = array(
'#item' => $data['link'],
'nid' => array('#type' => 'value', '#value' => $data['link']['nid']),
'depth' => array('#type' => 'value', '#value' => $data['link']['depth']),
'title' => array(
'#type' => 'textfield',