diff options
Diffstat (limited to 'kohana/libraries/Controller.php')
-rw-r--r-- | kohana/libraries/Controller.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kohana/libraries/Controller.php b/kohana/libraries/Controller.php index 317f5f0c..d111f25e 100644 --- a/kohana/libraries/Controller.php +++ b/kohana/libraries/Controller.php @@ -3,7 +3,7 @@ * Kohana Controller class. The controller class must be extended to work * properly, so this class is defined as abstract. * - * $Id$ + * $Id: Controller.php 3979 2009-02-13 16:46:12Z zombor $ * * @package Core * @author Kohana Team |