aboutsummaryrefslogtreecommitdiff
path: root/app/class/Controllerfont.php
diff options
context:
space:
mode:
authorvincent-peugnet <v.peugnet@free.fr>2020-04-22 22:13:28 +0200
committervincent-peugnet <v.peugnet@free.fr>2020-04-22 22:13:28 +0200
commitbd16dc7c6fc630a6b59ca3b041dde146ab50c72b (patch)
treeb2f6a42c0bdb23606c1e9fdba0c28f0aee6b1786 /app/class/Controllerfont.php
parenteba4d7aa0ee5ea1bcb29e8254c28a272023ea54f (diff)
downloadwcms-bd16dc7c6fc630a6b59ca3b041dde146ab50c72b.tar.gz
wcms-bd16dc7c6fc630a6b59ca3b041dde146ab50c72b.zip
colors refactor with exceptions
Diffstat (limited to 'app/class/Controllerfont.php')
-rw-r--r--app/class/Controllerfont.php2
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();