jDownloads Support Forum

Older Versions => jDownloads 3.2 (Support ended) => Bugs => Topic started by: pixelhexe on 09.04.2020 18:41:33

Title: Make "category title" multilingual
Post by: pixelhexe on 09.04.2020 18:41:33

Just a little code optimization (<= V 3.2.67) -

components\com_jdownloads\helpers\jdownloadshelper.php

line 962 -
$cat->title = str_repeat('- ', $repeat) . JText::_(''.$cat->title.'');

instead of

$cat->title = str_repeat('- ', $repeat) . $cat->title;