?
avatar franzpeter
franzpeter
27 Oct 2016

Steps to reproduce the issue

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?

Expected result

$menutype = $this->input->get('menutype');

Actual result

$menutype = $this->input->get->get('menutype');

System information (as much as possible)

Joomla 3.6.4

Additional comments

avatar franzpeter franzpeter - open - 27 Oct 2016
avatar mbabker
mbabker - comment - 27 Oct 2016

It's correct. This value will be read from the $_GET superglobal.

avatar zero-24
zero-24 - comment - 27 Oct 2016

Closing as expected behavior thanks ?

avatar zero-24 zero-24 - change - 27 Oct 2016
Status New Closed
Closed_Date 0000-00-00 00:00:00 2016-10-27 15:54:44
Closed_By zero-24
avatar zero-24 zero-24 - close - 27 Oct 2016

Add a Comment

Login with GitHub to post a comment