summaryrefslogtreecommitdiffstats
path: root/pts-core/functions/pts-functions-merge.php
diff options
context:
space:
mode:
authorMichael Larabel <michael@phx-laptop.(none)>2008-04-04 15:02:29 -0400
committerMichael Larabel <michael@phx-laptop.(none)>2008-04-04 15:02:29 -0400
commit181092e3062fae14d79bc1038b1aa190b133101a (patch)
tree1a3d75cd4be04575616f8c244b274a7a970ecc88 /pts-core/functions/pts-functions-merge.php
parent50de2e7e26a0ff1c63b6e54651760d2cc4e53a2e (diff)
downloadphoronix-test-suite-upstream-181092e3062fae14d79bc1038b1aa190b133101a.tar.gz
phoronix-test-suite-upstream-181092e3062fae14d79bc1038b1aa190b133101a.tar.xz
phoronix-test-suite-upstream-181092e3062fae14d79bc1038b1aa190b133101a.zip
Prep work for rendering graphs locally if GD library installed
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 a1867d2..7339cd8 100644
--- a/pts-core/functions/pts-functions-merge.php
+++ b/pts-core/functions/pts-functions-merge.php
@@ -104,7 +104,7 @@ function pts_merge_benchmarks($OLD_RESULTS, $NEW_RESULTS)
$RESULTS = new tandem_XmlWriter();
- $RESULTS->setXslBinding("pts-results-viewer/pts-results-viewer.xsl");
+ $RESULTS->setXslBinding("pts-results-viewer/viewer.xsl");
$RESULTS->addXmlObject("PhoronixTestSuite/Suite/Title", 0, $new_suite_title);
$RESULTS->addXmlObject("PhoronixTestSuite/Suite/Name", 0, $new_suite_name);