Also ignore total, or it will reset the normal method of setting it...

This commit is contained in:
Nathan Gray 2013-10-09 17:32:28 +00:00
parent be0530936c
commit da6d3d2d19

View File

@ -331,7 +331,10 @@ class etemplate_widget_nextmatch extends etemplate_widget
foreach($value_in as $key => $original_value)
{
// These keys are ignored
if(in_array($key, array('col_filter','start','num_rows','order','sort'))) continue;
if(in_array($key, array('col_filter','start','num_rows','total','order','sort')))
{
continue;
}
if($original_value == $value[$key]) continue;
// These keys we don't send row data back, as they cause a partial reload