Fixed typo error in the radial dynamic networkmaps.

This commit is contained in:
mdtrooper 2016-05-04 11:51:04 +02:00
parent 9945502466
commit 6ba38adc56
1 changed files with 1 additions and 1 deletions

View File

@ -64,7 +64,7 @@ if (empty($width)) {
$width = 600;
}
if (empty($height)) {
$width = 650;
$height = 650;
}
if ($activeTab == "radial_dynamic") {