Skip to content

Commit f920871

Browse files
committed
refactor: usage of the vis_type instead of is_streamgraph
1 parent 918688b commit f920871

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

server/services/getPDF.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
$pdf_urls = library\CommUtils::getParameter($_GET, "pdf_urls");
1818
$vis_id = library\CommUtils::getParameter($_GET, "vis_id");
1919
$paper_id = library\CommUtils::getParameter($_GET, "paper_id");
20-
$is_streamgraph = strtolower(library\CommUtils::getParameter($_GET, "is_streamgraph")) === 'true';
20+
$is_streamgraph = strtolower(library\CommUtils::getParameter($_GET, "vis_type")) === 'timeline';
2121
$images_path = $ini_array["general"]["images_path"];
2222

2323
if (isServiceWithPDFList($service)) {

0 commit comments

Comments
 (0)