Fix text on home page

This commit is contained in:
Oleg Sh 2021-12-11 20:10:02 +02:00
parent 61a9d321ac
commit 872680b896

View File

@ -28,7 +28,7 @@
fclose($cvsFile);
}
if (strlen($graphId) > 0 || strlen($graphName) == 0) {
if (strlen($graphId) > 0 && strlen($graphName) == 0) {
$graphName = L('graph'). " " . $graphId;
}
}