There's a double t (tt) instead a single one
$term = tt("taxonomy:term:$tid:name", '', $term_language);

CommentFileSizeAuthor
#1 783516.patch3.05 KBmkalkbrenner

Comments

mkalkbrenner’s picture

Title: Please check apachesolr_multilingual.module on line 78 » apacheslor_multilingual must not depend on i18n
Version: 6.x-1.0-alpha1 » 6.x-1.x-dev
Assigned: Unassigned » mkalkbrenner
Status: Active » Needs review
StatusFileSize
new3.05 KB

Please check apachesolr_multilingual.module on line 78

Function tt() is provided by Internationalization module. It's usage it's correct at this point because taxonomy translations are handled via this module.
But Apache Solr Multilingual should not depend on it. So I wrote a patch to check the existence of this module first. Additionally I replaced the deprecated function tt() by i18nstrings().

mkalkbrenner’s picture

Status: Needs review » Fixed

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.