|
@@ -17,7 +17,7 @@ class Includes implements \Qii\View\Intf
|
|
|
|
|
|
public function __construct()
|
|
|
{
|
|
|
- $appConfigure = \Qii\Config\Register::getAppConfigure(\Qii\Config\Register::get(\Qii\Consts::APP_INI_FILE));
|
|
|
+ $appConfigure = \Qii\Config\Register::getAppConfigure(\Qii\Config\Register::get(\Qii\Config\Consts::APP_INI_FILE));
|
|
|
$this->viewPath = $appConfigure['view']['path'];
|
|
|
}
|
|
|
|