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