mirror of
https://github.com/Mibew/mibew.git
synced 2025-02-07 16:24:43 +03:00
parent
232d69cf72
commit
933ced4575
@ -237,7 +237,7 @@ abstract class AbstractGenerator implements GeneratorInterface
|
|||||||
{
|
{
|
||||||
return array(
|
return array(
|
||||||
'id' => $this->getOption('unique_id'),
|
'id' => $this->getOption('unique_id'),
|
||||||
'url' => str_replace('&', '&', $this->getChatUrl()),
|
'url' => $this->getChatUrl(),
|
||||||
'preferIFrame' => $this->getOption('prefer_iframe'),
|
'preferIFrame' => $this->getOption('prefer_iframe'),
|
||||||
'modSecurity' => $this->getOption('mod_security'),
|
'modSecurity' => $this->getOption('mod_security'),
|
||||||
) + $this->getPopupStyle();
|
) + $this->getPopupStyle();
|
||||||
|
Loading…
Reference in New Issue
Block a user