summaryrefslogtreecommitdiffstats
path: root/pts-core/functions/pts-functions-merge.php
diff options
context:
space:
mode:
authorMichael Larabel <michael@phx-laptop.(none)>2008-09-11 20:34:36 -0400
committerMichael Larabel <michael@phx-laptop.(none)>2008-09-11 20:34:36 -0400
commit19908efcf89f3fde5e480eea24f5bc38399b6b90 (patch)
tree2f5dcb0645530a6814d6fe213ba92ecc25e6c586 /pts-core/functions/pts-functions-merge.php
parent97011f4d9a2dd5047630391b91ea07f6668e8b6d (diff)
downloadphoronix-test-suite-upstream-19908efcf89f3fde5e480eea24f5bc38399b6b90.tar.gz
phoronix-test-suite-upstream-19908efcf89f3fde5e480eea24f5bc38399b6b90.tar.xz
phoronix-test-suite-upstream-19908efcf89f3fde5e480eea24f5bc38399b6b90.zip
pts-core: Fix merging of results when supplying a Phoronix Global ID
Diffstat (limited to 'pts-core/functions/pts-functions-merge.php')
-rw-r--r--pts-core/functions/pts-functions-merge.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/pts-core/functions/pts-functions-merge.php b/pts-core/functions/pts-functions-merge.php
index bc9ce57..82e53e7 100644
--- a/pts-core/functions/pts-functions-merge.php
+++ b/pts-core/functions/pts-functions-merge.php
@@ -28,7 +28,7 @@ function pts_find_file($file)
$USE_FILE = $file;
else if(is_file(SAVE_RESULTS_DIR . $file . "/composite.xml"))
$USE_FILE = SAVE_RESULTS_DIR . $file . "/composite.xml";
- else if(pts_is_global_id($TO_RUN))
+ else if(pts_is_global_id($file))
$USE_FILE = "http://www.phoronix-test-suite.com/global/pts-results-viewer.php?id=" . $file;
else
{