Closed bacbos closed 10 years ago
From: Andrey Borisov (****@mail.ru)
Hi! First of all thank you for extension MenuEditor!
I thound a bug under nginx variable q in search-contenttypes conatains corrupt value, but if you will use variable like qtitle all works fine.
The bug is in $this->app['request']->get('q'); not in your code. Can you rename variable 'q' in menueditor.ls line 32 into another name.
And use the name in $q = $this->app['request']->get('NEW*NAME');
From: Andrey Borisov (****@mail.ru)
Hi! First of all thank you for extension MenuEditor!
I thound a bug under nginx variable q in search-contenttypes conatains corrupt value, but if you will use variable like qtitle all works fine.
The bug is in $this->app['request']->get('q'); not in your code. Can you rename variable 'q' in menueditor.ls line 32 into another name.
And use the name in $q = $this->app['request']->get('NEW*NAME');