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_Graph/pts_DetailedSystemComponentTable.php b/pts-core/objects/pts_Graph/pts_DetailedSystemComponentTable.php
index fe17710..d633095 100644
--- a/pts-core/objects/pts_Graph/pts_DetailedSystemComponentTable.php
+++ b/pts-core/objects/pts_Graph/pts_DetailedSystemComponentTable.php
@@ -117,6 +117,11 @@ class pts_DetailedSystemComponentTable extends pts_SideViewTable
sort($flags);
}
+ if($flags_data == null)
+ {
+ continue;
+ }
+
$intersect = call_user_func_array('array_intersect', $flags_data);
sort($intersect);
<
Copyright © 2013 by Phoronix Media