mirror of
https://github.com/UnickSoft/graphonline.git
synced 2025-07-01 23:36:00 +00:00
Fix text on home page
This commit is contained in:
parent
61a9d321ac
commit
872680b896
@ -28,7 +28,7 @@
|
||||
fclose($cvsFile);
|
||||
}
|
||||
|
||||
if (strlen($graphId) > 0 || strlen($graphName) == 0) {
|
||||
if (strlen($graphId) > 0 && strlen($graphName) == 0) {
|
||||
$graphName = L('graph'). " " . $graphId;
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user