diff options
author | vincent-peugnet <v.peugnet@free.fr> | 2018-12-05 18:37:30 +0100 |
---|---|---|
committer | vincent-peugnet <v.peugnet@free.fr> | 2018-12-05 18:37:30 +0100 |
commit | 7fb607b48c181512b31f52a7ef7e302f331ec18d (patch) | |
tree | c4d89cba3c0d01679ed1455e0d7c39fa2fdb824c /app/class/controllerfont.php | |
parent | ad3aed389f2e0d69802641f5a5b7c6add73f1ce5 (diff) | |
download | wcms-7fb607b48c181512b31f52a7ef7e302f331ec18d.tar.gz wcms-7fb607b48c181512b31f52a7ef7e302f331ec18d.zip |
mediastyle
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 b1cd0d9..7a59cd6 100644 --- a/app/class/controllerfont.php +++ b/app/class/controllerfont.php @@ -14,7 +14,7 @@ class Controllerfont extends Controller public function desktop() { - if($this->user->isadmin()) { + if($this->user->iseditor()) { $fontlist = $this->fontmanager->getfontlist(); |