parent
3b1d3e25ca
commit
53e45da815
|
@ -320,7 +320,7 @@ class KickstartForm extends DirectorForm
|
||||||
)
|
)
|
||||||
);
|
);
|
||||||
$this->addHtmlHint(
|
$this->addHtmlHint(
|
||||||
Html::tag('pre', null, $config),
|
Html::tag('pre', null, (string) $config),
|
||||||
array('name' => 'HINT_config_store')
|
array('name' => 'HINT_config_store')
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue