From 03717d28b76c0ff3ab30da9d93ebe1a9b8b1be37 Mon Sep 17 00:00:00 2001 From: Rick Ellis Date: Sun, 22 Jul 2007 18:22:22 +0000 Subject: --- index.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'index.php') diff --git a/index.php b/index.php index 9a4d5336a..7b47d081c 100644 --- a/index.php +++ b/index.php @@ -46,15 +46,15 @@ /* |--------------------------------------------------------------- -| Dynamic Global Data Assignment +| Default Controller Data Assignment |--------------------------------------------------------------- | | If you need any data passed by default to your controllers you | can use this variable. When a controller class is instantiated -| this data will be passed to the constructor. +| this data will be passed to the controller constructor. | */ - $global_data = NULL; + $assign_to_controller = NULL; /* -- cgit v1.2.3-24-g4f1b