use .phps extension for skin files
This commit is contained in:
parent
696f4baeed
commit
9dd2345ecf
@ -68,4 +68,4 @@ I'm willing to pay $50 to $500 in crypto (depending on severity) for every disco
|
|||||||
|
|
||||||
## License
|
## License
|
||||||
|
|
||||||
BSD-2-Clause
|
BSD-2-Clause
|
||||||
|
@ -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