mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-22 16:03:47 +01:00
trying to fix not working HtmlArea / TinyMCE in 19.1
seems it's caused by - for what ever reason - caching the wrong class for "htmlarea" widget
This commit is contained in:
parent
4ced6407c6
commit
b6bbe8c681
@ -382,7 +382,9 @@ class Widget
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
if (self::$widget_registry['htmlarea'] === Api\Etemplate\Widget\HtmlArea::class)
|
||||||
Api\Cache::setInstance('etemplate', 'widget_registry', self::$widget_registry, 3600);
|
Api\Cache::setInstance('etemplate', 'widget_registry', self::$widget_registry, 3600);
|
||||||
|
else error_log(__METHOD__."() wrong class for Htmlarea: ".function_backtrace ());
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user