mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-22 07:53:39 +01:00
load eT2 widgets first, as eg. customfield_widget depends on eT2 Widget\Transformer
This commit is contained in:
parent
67f113be49
commit
8e880babe5
@ -1595,6 +1595,9 @@ class editor
|
||||
|
||||
if (isset($this->extensions['**loaded**'][$app])) return ''; // already loaded
|
||||
|
||||
// load eT2 widgets first, as eg. customfield_widget depends on eT2 Widget\Transformer
|
||||
EGroupware\Api\Etemplate\Widget::scanForWidgets();
|
||||
|
||||
$labels = array();
|
||||
$dir = @opendir(EGW_SERVER_ROOT.'/'.$app.'/inc');
|
||||
while ($dir && ($file = readdir($dir)))
|
||||
|
Loading…
Reference in New Issue
Block a user