From 39835a50277965f77322d5af30123100d2e1b694 Mon Sep 17 00:00:00 2001 From: Bharat Mediratta Date: Sun, 11 Jan 2009 22:32:36 +0000 Subject: Update Kohana to r3890 --- kohana/libraries/View.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kohana/libraries/View.php') 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]; -- cgit v1.2.3