bacbos / bolt-menu-editor

a visual menu-editor extension for the awesome bolt cms
Other
21 stars 23 forks source link

bug with nginx #1

Closed bacbos closed 10 years ago

bacbos commented 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');