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)) {