From bd16dc7c6fc630a6b59ca3b041dde146ab50c72b Mon Sep 17 00:00:00 2001 From: vincent-peugnet Date: Wed, 22 Apr 2020 22:13:28 +0200 Subject: colors refactor with exceptions --- app/class/Controllerfont.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/class/Controllerfont.php') 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(); -- cgit v1.2.3