make view->find method protected instead of private.
This commit is contained in:
@@ -82,7 +82,7 @@ class View {
|
||||
*
|
||||
* @return string
|
||||
*/
|
||||
private function find()
|
||||
protected function find()
|
||||
{
|
||||
if (file_exists($path = APP_PATH.'views/'.$this->view.EXT))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user