Browse Source

make view->find method protected instead of private.

Taylor Otwell 13 years ago
parent
commit
2c18083572
1 changed files with 1 additions and 1 deletions
  1. 1 1
      system/view.php

+ 1 - 1
system/view.php

@@ -82,7 +82,7 @@ class View {
 	 *
 	 *
 	 * @return string
 	 * @return string
 	 */
 	 */
-	private function find()
+	protected function find()
 	{
 	{
 		if (file_exists($path = APP_PATH.'views/'.$this->view.EXT))
 		if (file_exists($path = APP_PATH.'views/'.$this->view.EXT))
 		{
 		{