file administrator/components/com_menus/controllers/item.php
Is that correct in line 530?
$menutype = $this->input->get->get('menutype');
I mean the double get?
$menutype = $this->input->get('menutype');
$menutype = $this->input->get->get('menutype');
Joomla 3.6.4
Closing as expected behavior thanks
| Status | New | ⇒ | Closed |
| Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2016-10-27 15:54:44 |
| Closed_By | ⇒ | zero-24 |
It's correct. This value will be read from the
$_GETsuperglobal.