Merge pull request #4872 from powtac/3

Typo
This commit is contained in:
Damian Mooyman 2016-01-05 09:54:37 +13:00
commit ad9d293122

View File

@ -3564,7 +3564,7 @@ class DataObject extends ViewableData implements DataObjectInterface, i18nEntity
// Format: array('MyFieldName' => array( // Format: array('MyFieldName' => array(
// 'filter => 'ExactMatchFilter', // 'filter => 'ExactMatchFilter',
// 'field' => 'NumericField', // optional // 'field' => 'NumericField', // optional
// 'title' => 'My Title', // optiona. // 'title' => 'My Title', // optional
// )) // ))
$rewrite[$identifer] = array_merge( $rewrite[$identifer] = array_merge(
array('filter' => $this->relObject($identifer)->stat('default_search_filter_class')), array('filter' => $this->relObject($identifer)->stat('default_search_filter_class')),