diff options
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(); |