forked from extern/egroupware
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
|
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();
|
$labels = array();
|
||||||
$dir = @opendir(EGW_SERVER_ROOT.'/'.$app.'/inc');
|
$dir = @opendir(EGW_SERVER_ROOT.'/'.$app.'/inc');
|
||||||
while ($dir && ($file = readdir($dir)))
|
while ($dir && ($file = readdir($dir)))
|
||||||
|
Loading…
Reference in New Issue
Block a user