mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 08:34:29 +01:00
Fix fatal error "Class 'etemplate_widget' not found"
This commit is contained in:
parent
36b9eb4cfb
commit
05717457ad
@ -182,4 +182,4 @@ class importexport_widget_filter extends etemplate_widget_transformer
|
||||
}
|
||||
}
|
||||
// Register, or it won't be found
|
||||
etemplate_widget::registerWidget('importexport_widget_filter', array('filter'));
|
||||
\EGroupware\Api\Etemplate\Widget::registerWidget('importexport_widget_filter', array('filter'));
|
Loading…
Reference in New Issue
Block a user