summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 02eb49b..49f005c 100644
--- a/pts-core/functions/pts-functions-merge.php
+++ b/pts-core/functions/pts-functions-merge.php
@@ -138,7 +138,7 @@ function pts_merge_benchmarks($OLD_RESULTS, $NEW_RESULTS)
}
else
{
- if(!pts_version_comparable($original_pts_version[0], $new_pts_version[0]) && getenv("PTS_MERGE") != "custom")
+ if(!pts_version_comparable($original_pts_version[0], $new_pts_version[0]))
echo pts_string_header("PTS Versions Do Not Match! For accurate results, you should only test against the same version!");
for($i = 0; $i < count($original_system_hardware); $i++)