From 72a2bdab45556d0d4be2f9e7aca334bb20586c05 Mon Sep 17 00:00:00 2001 From: Antonio de la Rosa Date: Tue, 28 Apr 2015 16:14:32 +0200 Subject: [PATCH] Fixes on View --- src/View.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/View.php b/src/View.php index 73bebec..5984f4b 100644 --- a/src/View.php +++ b/src/View.php @@ -15,7 +15,7 @@ class View { * A set of paths inside of $root_path contining views. If a view is located, the foreach for search the view is break */ - static public $folder_env=array('views/default', 'app/views'); + static public $folder_env=array('views/default'); /** * Array for caching the template call...