Skip to content
Snippets Groups Projects
Commit 719cc0cb authored by Eileen McNaughton's avatar Eileen McNaughton
Browse files

Remove decade-only typo

This is an undefined property. Nothing accesses the mis-typed version....
parent c295e7af
Branches
Tags
No related merge requests found
......@@ -6133,7 +6133,6 @@ AND displayRelType.is_active = 1
if (!empty($value['table'])) {
$regex = "/({$value['table']}\.|{$name})/";
if (preg_match($regex, $sort)) {
$this->_elemnt[$value['element']] = 1;
$this->_select[$value['element']] = $value['select'];
$this->_pseudoConstantsSelect[$name]['sorting'] = 1;
$present[$value['table']] = $value['join'];
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment