mirror of
https://github.com/silverstripe/silverstripe-cms
synced 2024-10-22 06:05:56 +00:00
MINOR Variable declaration in CMSMain
This commit is contained in:
parent
f55e21ec3a
commit
a642ad2538
@ -310,6 +310,7 @@ JS;
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
$parts = array();
|
||||||
if($object) {
|
if($object) {
|
||||||
foreach($array as $k => $v) {
|
foreach($array as $k => $v) {
|
||||||
$parts[] = "$k : " . $this->jsDeclaration($v);
|
$parts[] = "$k : " . $this->jsDeclaration($v);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user