diff options
author | vincent-peugnet <v.peugnet@free.fr> | 2020-04-22 22:13:28 +0200 |
---|---|---|
committer | vincent-peugnet <v.peugnet@free.fr> | 2020-04-22 22:13:28 +0200 |
commit | bd16dc7c6fc630a6b59ca3b041dde146ab50c72b (patch) | |
tree | b2f6a42c0bdb23606c1e9fdba0c28f0aee6b1786 /app/class/Controllerfont.php | |
parent | eba4d7aa0ee5ea1bcb29e8254c28a272023ea54f (diff) | |
download | wcms-bd16dc7c6fc630a6b59ca3b041dde146ab50c72b.tar.gz wcms-bd16dc7c6fc630a6b59ca3b041dde146ab50c72b.zip |
colors refactor with exceptions
Diffstat (limited to 'app/class/Controllerfont.php')
-rw-r--r-- | app/class/Controllerfont.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/class/Controllerfont.php b/app/class/Controllerfont.php index 91a7936..7df1a2f 100644 --- a/app/class/Controllerfont.php +++ b/app/class/Controllerfont.php @@ -18,7 +18,7 @@ class Controllerfont extends Controller public function desktop() { if ($this->user->iseditor()) { - $this->fontmanager->fontdircheck(); + Model::dircheck(Model::FONT_DIR); $fontlist = $this->fontmanager->getfontlist(); |