Don't reverse result order

This commit is contained in:
Ruud
2013-04-30 11:13:47 +02:00
parent 7b3a1409d5
commit 12c3fc6ce3
-1
View File
@@ -102,7 +102,6 @@ def fireEvent(name, *args, **kwargs):
# Merge
if options['merge'] and len(results) > 0:
results.reverse() # Priority 1 is higher then 100
# Dict
if isinstance(results[0], dict):