integer-net / Solr

Solr Module for Magento 1.
http://de.integernet-solr.com/
6 stars 0 forks source link

Prevent possible translation of code for cached autosuggest template … #25

Closed aptudock closed 3 years ago

aptudock commented 8 years ago

When the solr-autosuggest is being used without Magento instantiation, initially the autosuggest.phtml template will be copied and translated for each store individually to the cache-folder. But since the string replacements took place without respect to translation context, we had an issue with php code being partially translated in the process as well, resulting in internal server errrors.

example (german): $result->getCategorySuggestions() becomes $result->getKategorieSuggestions()