MINOR Variable declaration in CMSMain

This commit is contained in:
Ingo Schommer 2011-08-29 14:46:46 +02:00
parent f55e21ec3a
commit a642ad2538

View File

@ -310,6 +310,7 @@ JS;
}
}
$parts = array();
if($object) {
foreach($array as $k => $v) {
$parts[] = "$k : " . $this->jsDeclaration($v);