From 2c18083572b5d5e21e7466796020c8dc3aff0c5f Mon Sep 17 00:00:00 2001 From: Taylor Otwell Date: Mon, 25 Jul 2011 23:20:19 -0500 Subject: [PATCH] make view->find method protected instead of private. --- system/view.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/view.php b/system/view.php index 40b64467..4c1d5466 100644 --- a/system/view.php +++ b/system/view.php @@ -82,7 +82,7 @@ public function get() * * @return string */ - private function find() + protected function find() { if (file_exists($path = APP_PATH.'views/'.$this->view.EXT)) {