summaryrefslogtreecommitdiffstats
path: root/system
diff options
context:
space:
mode:
authorPhil Sturgeon <email@philsturgeon.co.uk>2012-07-03 08:25:09 +0200
committerPhil Sturgeon <email@philsturgeon.co.uk>2012-07-03 08:25:09 +0200
commit3bb7ef4cadc2330e7b2c736fffc014d648b453df (patch)
tree7eb2bc6c44f4cd7bcf32361f5ffb8cf647624a8f /system
parent01215718d8b4eedcc15d3edf670b58b320c68d62 (diff)
parent02506187c12ee6236d3cc7a1d992cfeb987b36aa (diff)
Merge pull request #1564 from vlakoff/doc-2
Fix an error in Loader code documentation
Diffstat (limited to 'system')
-rw-r--r--system/core/Loader.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/system/core/Loader.php b/system/core/Loader.php
index 94739c74a..d51ee0b34 100644
--- a/system/core/Loader.php
+++ b/system/core/Loader.php
@@ -820,7 +820,7 @@ class CI_Loader {
/*
* Extract and cache variables
*
- * You can either set variables using the dedicated $this->load_vars()
+ * You can either set variables using the dedicated $this->load->vars()
* function or via the second parameter of this function. We'll merge
* the two types and cache them so that views that are embedded within
* other views can have access to these variables.