kukua / concava-api

API for modifying ConCaVa metadata.
http://kukua.github.io/concava-api/
MIT License
1 stars 0 forks source link

Fix "Undefined offset: 1" error on invalid filter #19

Closed mauvm closed 8 years ago

mauvm commented 8 years ago

With an invalid filter like filter=10 the following exception gets thrown: Undefined offset: 1. This is caused by www/app/Http/Controllers/Controller.php:31: list($column, $value) = explode(':', $filter);.