summaryrefslogtreecommitdiff
path: root/kohana/libraries/View.php
diff options
context:
space:
mode:
authorBharat Mediratta <bharat@menalto.com>2009-01-11 22:32:36 +0000
committerBharat Mediratta <bharat@menalto.com>2009-01-11 22:32:36 +0000
commit39835a50277965f77322d5af30123100d2e1b694 (patch)
tree7ece3ce578d3d46ad8ff0176101f266b121c1115 /kohana/libraries/View.php
parentb98f498ed652f10ffc6dbdd1f7305ff9ec262f74 (diff)
Update Kohana to r3890
Diffstat (limited to 'kohana/libraries/View.php')
-rw-r--r--kohana/libraries/View.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/kohana/libraries/View.php b/kohana/libraries/View.php
index 7a49fd84..c440be10 100644
--- a/kohana/libraries/View.php
+++ b/kohana/libraries/View.php
@@ -222,7 +222,7 @@ class View_Core {
* @return mixed variable value if the key is found
* @return void if the key is not found
*/
- public function __get($key)
+ public function &__get($key)
{
if (isset($this->kohana_local_data[$key]))
return $this->kohana_local_data[$key];