Skip to content

Commit

Permalink
ObjectContainer multiple keywords fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Cigaras committed May 22, 2017
1 parent 8cf8d2b commit 6a246b1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Contents/Code/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,6 @@ def ListItems(group = unicode(L('All')), query = '', page = 1):
return oc
else:
return ObjectContainer(
header = unicode(L('Search')),
header = unicode(L('Search')),
message = unicode(L('No items were found'))
)
Expand Down

0 comments on commit 6a246b1

Please sign in to comment.