1
0
mirror of synced 2025-01-09 18:47:10 +03:00
This commit is contained in:
Adrian Olek 2014-03-16 16:56:46 +01:00
parent 553883bdd1
commit e403bf207c

View File

@ -1570,8 +1570,7 @@ public function __construct()
{
$optionsStr = array();
foreach($options as $name => $option)
{
foreach($options as $name => $option) {
if (is_array($option)) {
$optionsStr[] = '"' . $name . '"={' . $this->_exportOptions($option) . '}';
} else {