summaryrefslogtreecommitdiff
path: root/kohana/core/Event.php
diff options
context:
space:
mode:
authorBharat Mediratta <bharat@menalto.com>2009-05-26 22:13:38 -0700
committerBharat Mediratta <bharat@menalto.com>2009-05-26 22:13:38 -0700
commit6d1f85463bb091da88c9c7a5dc135d17e1f6a0a0 (patch)
tree086ebab1b21af63415a197dc95fe8873e65ce29a /kohana/core/Event.php
parent1666a86664959633c102f12eafef855fb8ffad06 (diff)
Update Kohana to r4357
Diffstat (limited to 'kohana/core/Event.php')
-rw-r--r--kohana/core/Event.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/kohana/core/Event.php b/kohana/core/Event.php
index 456dca09..22a9f69d 100644
--- a/kohana/core/Event.php
+++ b/kohana/core/Event.php
@@ -4,7 +4,7 @@
* to be added to 'events'. Events can be run multiple times, and can also
* process event-specific data. By default, Kohana has several system events.
*
- * $Id$
+ * $Id: Event.php 3993 2009-02-17 18:42:50Z jheathco $
*
* @package Core
* @author Kohana Team