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

Signed-off-by: Phill Sparks <[email protected]>
This commit is contained in:
Phill Sparks
2012-05-04 14:55:05 +01:00
parent e85ca96e38
commit 0baf5ad9b1
3 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -151,7 +151,7 @@ class Event {
}
}
return $responses;
return $halt ? null : $responses;
}
}