diff options
author | vincent-peugnet <v.peugnet@free.fr> | 2020-04-27 13:35:29 +0200 |
---|---|---|
committer | vincent-peugnet <v.peugnet@free.fr> | 2020-04-28 20:21:34 +0200 |
commit | cba95c5eb19a33654a6f0995c6f9e0885b7afc20 (patch) | |
tree | a334a0fa3c074f44fe41a4114ea1853ac7f6c0e3 /app/class/Controllerfont.php | |
parent | c832f91ca41490f69f478045c86038f9ef4a5cb5 (diff) | |
download | wcms-cba95c5eb19a33654a6f0995c6f9e0885b7afc20.tar.gz wcms-cba95c5eb19a33654a6f0995c6f9e0885b7afc20.zip |
fix password max size
add error in hydrate
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 eb8caa2..3717359 100644 --- a/app/class/Controllerfont.php +++ b/app/class/Controllerfont.php @@ -27,7 +27,7 @@ class Controllerfont extends Controller [ 'fontlist' => $fontlist, 'fonttypes' => $this->fontmanager->getfonttypes(), - 'fontfile' => Model::globalpath() . 'fonts.css' + 'fontfile' => Model::dirtopath(Model::ASSETS_CSS_DIR) . 'fonts.css' ] ); } else { |