Fix search builder

This commit is contained in:
RainLoop Team 2016-06-24 21:34:11 +03:00
parent 68890f8083
commit 3217303a65
3 changed files with 26 additions and 3 deletions

View file

@ -1005,7 +1005,7 @@
{
if (Settings.capa(Enums.Capa.SearchAdv))
{
kn.showScreenPopup(require('View/Popup/AdvancedSearch'));
kn.showScreenPopup(require('View/Popup/AdvancedSearch'), [this.mainMessageListSearch()]);
}
};