Issue after update

Re: Issue after update

von Atanas Nikolov -
Anzahl Antworten: 0

        $uiplugin = $this->formquestion->uiplugin;
to
        $uiplugin = $this->formquestion->uiplugin ? $this->formquestion->uiplugin : 'ace';

You're a magician! Thank you, that fixed the problem!