aboutsummaryrefslogtreecommitdiff
path: root/app/class/Controllerfont.php
diff options
context:
space:
mode:
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 7df1a2f..eb8caa2 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()) {
- Model::dircheck(Model::FONT_DIR);
+ dircheck(Model::FONT_DIR);
$fontlist = $this->fontmanager->getfontlist();