1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-13 18:14:26 +02:00

toHTML modifier processing moved to a new method.

This commit is contained in:
Cameron
2021-01-15 13:20:38 -08:00
parent 136093b4de
commit 14fac98f56
2 changed files with 232 additions and 234 deletions

View File

@@ -137,7 +137,7 @@ while($row = $sql->fetch())
function testToHTMLModifiers()
{
e107::getConfig()->set('make_clickable', 0)->save(false, true);
// e107::getConfig()->set('make_clickable', 0)->save(false, true);
$list = $this->tp->getModifierList();