Index: branches/5.2.x/core/kernel/db/dblist.php =================================================================== diff -u -N -r15127 -r15130 --- branches/5.2.x/core/kernel/db/dblist.php (.../dblist.php) (revision 15127) +++ branches/5.2.x/core/kernel/db/dblist.php (.../dblist.php) (revision 15130) @@ -1,6 +1,6 @@ Queried = true; - $query_event = new kEvent($this->getPrefixSpecial() . ':OnAfterListQuery'); - $this->Application->HandleEvent($query_event); + $this->Application->HandleEvent(new kEvent($this->getPrefixSpecial() . ':OnAfterListQuery')); return true; }