Fix: render is not using the defined extension.
This commit is contained in:
parent
66b2bc0d91
commit
7169d2cae3
@ -57,7 +57,7 @@ class View extends Neuron {
|
|||||||
): void
|
): void
|
||||||
{
|
{
|
||||||
$instance = new View($params);
|
$instance = new View($params);
|
||||||
$instance->html($viewName, $viewPath);
|
$instance->html($viewName, $viewPath, $extension);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
Reference in New Issue
Block a user