A lingering wrong call to at_search_result that was missed in the previous changes. Resolves #813.
This commit is contained in:
parent
7f11256fc8
commit
6a11da1714
1 changed files with 1 additions and 1 deletions
|
|
@ -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):
|
||||
"""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue