summaryrefslogtreecommitdiffstats
path: root/pts-core/options
diff options
context:
space:
mode:
authorMichael Larabel <michael@phx-laptop.(none)>2008-12-03 14:30:05 -0500
committerMichael Larabel <michael@phx-laptop.(none)>2008-12-03 14:30:05 -0500
commit8d96c2e1e86851ff0c11494c5a550ee67c77cab2 (patch)
treed1a0606d9de759b91e9661d57bbcad126424807f /pts-core/options
parente9071e4d9c53cd20d46ce9f25a6cb2cb54764ca5 (diff)
downloadphoronix-test-suite-upstream-8d96c2e1e86851ff0c11494c5a550ee67c77cab2.tar.gz
phoronix-test-suite-upstream-8d96c2e1e86851ff0c11494c5a550ee67c77cab2.tar.xz
phoronix-test-suite-upstream-8d96c2e1e86851ff0c11494c5a550ee67c77cab2.zip
pts-core: Fix regression in clone command that didn't download the XML
from Phoronix Global
Diffstat (limited to 'pts-core/options')
-rw-r--r--pts-core/options/clone_global_result.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/pts-core/options/clone_global_result.php b/pts-core/options/clone_global_result.php
index 6c55065..4ffc879 100644
--- a/pts-core/options/clone_global_result.php
+++ b/pts-core/options/clone_global_result.php
@@ -34,7 +34,7 @@ class clone_global_result implements pts_option_interface
{
if(pts_is_global_id($identifier))
{
- pts_save_result($identifier . "/composite.xml", pts_global_download_xml($ARG_1));
+ pts_save_result($identifier . "/composite.xml", pts_global_download_xml($identifier));
// TODO: re-render the XML file and generate the graphs through that save
echo "Result Saved To: " . SAVE_RESULTS_DIR . $identifier . "/composite.xml\n\n";
//pts_display_web_browser(SAVE_RESULTS_DIR . $ARG_1 . "/composite.xml");