1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-12 09:34:54 +02:00

Link words cleanup and compatibility for custom-fields (textarea/bbarea)

This commit is contained in:
Cameron
2019-04-25 13:29:00 -07:00
parent e3fcbabe56
commit 1c168aefa1
2 changed files with 9 additions and 4 deletions

View File

@@ -220,7 +220,7 @@
case "textarea":
case "bbarea":
return $tp->toHTML($value, true);
return $tp->toHTML($value, true, "BODY");
break;