Coroico / AdvSearch

Dynamic content search add-on for MODx Revolution that supports results highlighting, faceted search and search in custom packages
21 stars 14 forks source link

PHP Notice: Undefined Index #50

Closed fireproofsocks closed 10 years ago

fireproofsocks commented 11 years ago

PHP Notice: Undefined index: addCss in core/components/advsearch/model/advsearch/advsearch.class.php on line 357

It's this line: if ($this->config['addCss'] == 1) $this->modx->regClientCss($this->config['assetsUrl'] . 'css/advsearch.css');

You need to check for that index being set, otherwise the logs start filling up with these notices.

Version 1.0.1-pl

goldsky commented 10 years ago

https://github.com/Coroico/AdvSearch/blob/Development/core/components/advsearch/model/advsearch/advsearchutil.class.php#L120