cleaned up paths.
This commit is contained in:
@@ -261,7 +261,7 @@ class View implements ArrayAccess {
|
||||
// hash of their path. This allows us to easily store the views in
|
||||
// the directory without worrying about re-creating the entire
|
||||
// application view directory structure.
|
||||
$compiled = $GLOBALS['STORAGE_PATH'].'views/'.md5($this->path);
|
||||
$compiled = path('storage').'views/'.md5($this->path);
|
||||
|
||||
// The view will only be re-compiled if the view has been modified
|
||||
// since the last compiled version of the view was created or no
|
||||
|
||||
Reference in New Issue
Block a user