Skip to content

Commit ab4c091

Browse files
committed
Needed for GSOC: Adding id in menu item edit array
1 parent ff7e512 commit ab4c091

File tree

1 file changed

+2
-2
lines changed
  • administrator/components/com_menus/views/item/tmpl

1 file changed

+2
-2
lines changed

administrator/components/com_menus/views/item/tmpl/edit.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,15 +118,15 @@
118118
<?php
119119
// Set main fields.
120120
$this->fields = array(
121+
'id',
121122
'menutype',
122123
'parent_id',
123124
'menuordering',
124125
'published',
125126
'home',
126127
'access',
127128
'language',
128-
'note'
129-
129+
'note',
130130
);
131131

132132
if ($this->item->type != 'component')

0 commit comments

Comments
 (0)