Fix View's use of Events so you can actually implement your own things

Signed-off-by: Phill Sparks <me@phills.me.uk>
This commit is contained in:
Phill Sparks
2012-05-04 12:35:24 +01:00
parent e85ca96e38
commit 0baf5ad9b1
3 changed files with 5 additions and 5 deletions

View File

@@ -151,7 +151,7 @@ class Event {
}
}
return $responses;
return $halt ? null : $responses;
}
}