summaryrefslogtreecommitdiffstats
path: root/index.php
diff options
context:
space:
mode:
Diffstat (limited to 'index.php')
-rw-r--r--index.php6
1 files changed, 3 insertions, 3 deletions
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;
/*