mirror of
https://github.com/e107inc/e107.git
synced 2025-08-07 23:26:41 +02:00
Encoding fixes. FAQ title/description and social 'email' share body.
This commit is contained in:
@@ -417,7 +417,7 @@ class faq
|
||||
|
||||
while ($rw = $sql->fetch())
|
||||
{
|
||||
$rw['faq_sef'] = eHelper::title2sef($rw['faq_question'],'dashl');
|
||||
$rw['faq_sef'] = eHelper::title2sef($tp->toText($rw['faq_question']),'dashl');
|
||||
|
||||
$sc->setVars($rw);
|
||||
|
||||
|
Reference in New Issue
Block a user