Index: class.indexer.php =================================================================== --- class.indexer.php (revision 3969) +++ class.indexer.php (working copy) @@ -350,6 +350,7 @@ // Configuration of behavior: $this->conf['index_externals'] = 1; // Whether to index external documents like PDF, DOC etc. (if possible) $this->conf['index_descrLgd'] = 200; // Length of description text (max 250, default 200) + $this->conf['index_metatags'] = isset($pObj->config['config']['index_metatags']) ? $pObj->config['config']['index_metatags'] : true; // Init and start indexing: $this->init();