From 73fd2e71eefb3d707d6a43c6cb7d5b856f9296d2 Mon Sep 17 00:00:00 2001 From: Elena.Budnik <ebudnik@irap.omp.eu> Date: Tue, 2 Feb 2016 19:02:53 +0100 Subject: [PATCH] stackplot --- php/classes/AmdaAction.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/php/classes/AmdaAction.php b/php/classes/AmdaAction.php index e064f15..8f40bf4 100644 --- a/php/classes/AmdaAction.php +++ b/php/classes/AmdaAction.php @@ -272,7 +272,7 @@ class AmdaAction { $isSpectra = true; $isScatter = false; } - else if ($child->getAttribute('display_type') == 'stack') { + else if ($child->getAttribute('display_type') == 'stackplot') { $isStack = true; $isScatter = false; } -- libgit2 0.21.2