diff --git a/system/view.php b/system/view.php index f1ca82d7..f91f7dfe 100644 --- a/system/view.php +++ b/system/view.php @@ -61,7 +61,7 @@ public static function make($view, $data = array()) { if (is_null(static::$composers)) { - static::$composers = require VIEW_PATH.'composers'.EXT; + static::$composers = require APP_PATH.'composers'.EXT; } $instance = new static($view, $data);