summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 3506a0ef1..e75578ae8 100644
--- a/system/core/Loader.php
+++ b/system/core/Loader.php
@@ -960,7 +960,7 @@ class CI_Loader {
// push current _ci_vars state to stack and extract it
array_push($this->_ci_vars_stack, $_ci_vars);
- extract($this->_ci_cached_vars);
+ extract($_ci_vars);
/**
* Buffer the output