diff options
| author | Bharat Mediratta <bharat@menalto.com> | 2009-03-04 18:15:56 +0000 |
|---|---|---|
| committer | Bharat Mediratta <bharat@menalto.com> | 2009-03-04 18:15:56 +0000 |
| commit | 014999758e2f4efa433a9c4e71d0551e0b5b318a (patch) | |
| tree | 8d15d1130c44849ddee8fcb9f6c9aa7603822b99 /kohana/core/Event.php | |
| parent | c0e65b202977c78c4562502373f630b8f835f1ff (diff) | |
Updated Kohana to r4033
Diffstat (limited to 'kohana/core/Event.php')
| -rw-r--r-- | kohana/core/Event.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/kohana/core/Event.php b/kohana/core/Event.php index 89c6a087..456dca09 100644 --- a/kohana/core/Event.php +++ b/kohana/core/Event.php @@ -212,10 +212,10 @@ final class Event { // Do this to prevent data from getting 'stuck' $clear_data = ''; self::$data =& $clear_data; - - // The event has been run! - self::$has_run[$name] = $name; } + + // The event has been run! + self::$has_run[$name] = $name; } /** |
