parisholley / wordpress-fantastic-elasticsearch

Improve wordpress search performance/accuracy and enable faceted search by leveraging an ElasticSearch server.
MIT License
162 stars 64 forks source link

silence warning in category with isset check #74

Closed deltamualpha closed 10 years ago

deltamualpha commented 10 years ago

Dead simple. Silences the "PHP Warning: in_array() expects parameter 2 to be array, null given" that this plugin was writing to my logs on every pageload by checking if $enabled exists before trying to use it.