diff options
author | Vincent Peugnet <33429034+vincent-peugnet@users.noreply.github.com> | 2020-12-22 12:35:31 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-12-22 12:35:31 +0100 |
commit | f30ec46d410f4c0bf986929e132f8a9efd4d0530 (patch) | |
tree | 9baaa6e940c85e018273a48b410e24c94e32d8fb /app/class/Controllerfont.php | |
parent | 8a8aebc3606c9ad7a59c93df90b2e591709bb717 (diff) | |
parent | f6cc150d7052751d5c226ff8050db90d57355ed7 (diff) | |
download | wcms-f30ec46d410f4c0bf986929e132f8a9efd4d0530.tar.gz wcms-f30ec46d410f4c0bf986929e132f8a9efd4d0530.zip |
Merge pull request #130 from n-peugnet/deps
build(deps): fix github ci
Diffstat (limited to 'app/class/Controllerfont.php')
-rw-r--r-- | app/class/Controllerfont.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app/class/Controllerfont.php b/app/class/Controllerfont.php index 3717359..56ca3ae 100644 --- a/app/class/Controllerfont.php +++ b/app/class/Controllerfont.php @@ -8,7 +8,7 @@ class Controllerfont extends Controller * @var Modelfont */ protected $fontmanager; - + public function __construct($router) { parent::__construct($router); @@ -21,7 +21,7 @@ class Controllerfont extends Controller dircheck(Model::FONT_DIR); $fontlist = $this->fontmanager->getfontlist(); - + $this->showtemplate( 'font', [ @@ -34,7 +34,7 @@ class Controllerfont extends Controller $this->routedirect('home'); } } - + public function render() { $this->fontmanager->renderfontface(); |