We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 423198b + cb057cf commit cfce22aCopy full SHA for cfce22a
src/MetaModels/Widgets/PickerWidget.php
@@ -18,6 +18,7 @@
18
* @author Ingolf Steinhardt <info@e-spin.de>
19
* @author David Maack <david.maack@arcor.de>
20
* @author Stefan Heimes <stefan_heimes@hotmail.com>
21
+ * @author David Molineus <david.molineus@netzmacht.de>
22
* @copyright 2012-2018 The MetaModels team.
23
* @license https://github.com/MetaModels/core/blob/master/LICENSE LGPL-3.0-or-later
24
* @filesource
@@ -51,6 +52,7 @@ class PickerWidget
51
52
public function __construct()
53
{
54
BackendUser::getInstance()->authenticate();
55
+ Controller::setStaticUrls();
56
Controller::loadLanguageFile('default');
57
Controller::loadLanguageFile('modules');
58
}
0 commit comments