mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-26 01:43:47 +01:00
Try fixing loading order by explicitly select widget to load first
This commit is contained in:
parent
213c8343ab
commit
40fe3c0ce2
@ -335,6 +335,8 @@ class Widget
|
||||
*/
|
||||
public static function scanForWidgets()
|
||||
{
|
||||
//try fixing loading order by explicitly select widget to load first
|
||||
class_exists(__NAMESPACE__.'\Widget\Select');
|
||||
|
||||
$widget_registry = Api\Cache::getInstance('etemplate', 'widget_registry');
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user