1
0
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:
Cameron
2015-06-07 18:47:51 -07:00
parent f89ff13572
commit f90e09114a
2 changed files with 2 additions and 2 deletions

View File

@@ -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);