Skip to content

Commit

Permalink
Fix tinymce
Browse files Browse the repository at this point in the history
  • Loading branch information
AdrienClairembault authored and cedric-anne committed Oct 10, 2022
1 parent 34ecf39 commit 263a730
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions inc/field.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -692,6 +692,8 @@ public static function showDomContainer($id, $item, $type = "dom", $subtype = ""
*/
public static function showForTab($params)
{
Html::requireJs('tinymce');

$item = $params['item'];

$functions = array_column(debug_backtrace(), 'function');
Expand Down

0 comments on commit 263a730

Please sign in to comment.