- updated readme;

This commit is contained in:
nikitasinelnikov
2021-03-03 16:43:57 +02:00
parent c2ea5bbbdf
commit 98e266dc18
3 changed files with 4 additions and 3 deletions
@@ -836,9 +836,9 @@ if ( ! class_exists( 'um\core\Member_Directory_Meta' ) ) {
);
$query = array(
'select' => $this->select,
'select' => $this->select,
'sql_where' => $sql_where,
'having' => $this->having,
'having' => $this->having,
'sql_limit' => $this->sql_limit,
);