mirror of
https://github.com/UnickSoft/graphonline.git
synced 2026-02-16 10:40:57 +00:00
Fix text on home page
This commit is contained in:
@@ -28,7 +28,7 @@
|
||||
fclose($cvsFile);
|
||||
}
|
||||
|
||||
if (strlen($graphId) > 0 || strlen($graphName) == 0) {
|
||||
if (strlen($graphId) > 0 && strlen($graphName) == 0) {
|
||||
$graphName = L('graph'). " " . $graphId;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user