Merge branch 'master' of ch1p.io:ch1p_io_web
This commit is contained in:
commit
af1044821c
@ -96,7 +96,7 @@ class SkinContext {
|
|||||||
|
|
||||||
function __construct(string $namespace) {
|
function __construct(string $namespace) {
|
||||||
$this->ns = $namespace;
|
$this->ns = $namespace;
|
||||||
require_once APP_ROOT.str_replace('\\', DIRECTORY_SEPARATOR, $namespace).'.skin.php';
|
require_once APP_ROOT.str_replace('\\', DIRECTORY_SEPARATOR, $namespace).'.phps';
|
||||||
}
|
}
|
||||||
|
|
||||||
function __call($name, array $arguments) {
|
function __call($name, array $arguments) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user