Summary
Description: Phoronix Test Suite open-source benchmarking development
Last Change: Fri 5/17/13 22:52
Recent Commits
>
--git a/pts-core/objects/pts_test_profile_parser.php b/pts-core/objects/pts_test_profile_parser.php
index e3b182b..f36b061 100644
--- a/pts-core/objects/pts_test_profile_parser.php
+++ b/pts-core/objects/pts_test_profile_parser.php
@@ -44,6 +44,10 @@ class pts_test_profile_parser
{
return $this->get_identifier();
}
+ public function __clone()
+ {
+ $this->xml_parser = clone $this->xml_parser;
+ }
public function get_identifier($bind_version = true)
{
$identifier = $this->identifier;
<
Copyright © 2013 by Phoronix Media