A lingering wrong call to at_search_result that was missed in the previous changes. Resolves #813.

This commit is contained in:
Griatch 2015-10-08 10:59:21 +02:00
parent 7f11256fc8
commit 6a11da1714

View file

@ -370,7 +370,7 @@ class DefaultObject(ObjectDB):
if quiet:
return results
return _AT_SEARCH_RESULT(self, searchdata, results, global_search=True)
return _AT_SEARCH_RESULT(results, self, query=searchdata)
def execute_cmd(self, raw_string, sessid=None, **kwargs):
"""