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:
@@ -220,7 +220,7 @@
|
||||
|
||||
case "textarea":
|
||||
case "bbarea":
|
||||
return $tp->toHTML($value, true);
|
||||
return $tp->toHTML($value, true, "BODY");
|
||||
break;
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user