mirror of
https://github.com/processone/ejabberd
synced 2025-10-05 19:42:11 +02:00
Fix a bug introduced in the previous commit in ejabberd_sql_pt
This commit is contained in:
parent
6a0e24fb14
commit
19975962ea
1 changed files with 1 additions and 1 deletions
|
@ -713,7 +713,7 @@ set_pos(Tree, Pos) ->
|
|||
filter_upsert_sh(Table, ParseRes) ->
|
||||
case ?USE_NEW_SCHEMA of
|
||||
true ->
|
||||
ParseRes;
|
||||
{ParseRes, []};
|
||||
false ->
|
||||
lists:foldr(
|
||||
fun({Field, _Match, ST} = P, {Acc, Vars}) ->
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue