diff --git a/class/Form/ItemForm.php b/class/Form/ItemForm.php index ca1897ea..78c59db1 100644 --- a/class/Form/ItemForm.php +++ b/class/Form/ItemForm.php @@ -25,6 +25,7 @@ use Xmf\Request; use XoopsModules\Publisher\{Constants, + Common\Configurator, Form, FormDateTime, Helper, @@ -140,6 +141,8 @@ public function createElements($obj) { $helper = Helper::getInstance(); $timeoffset = null; + $configurator = new Configurator(); + $icons = $configurator->icons; $allowedEditors = Utility::getEditors($helper->getHandler('Permission')->getGrantedItems('editors'));