From cba95c5eb19a33654a6f0995c6f9e0885b7afc20 Mon Sep 17 00:00:00 2001 From: vincent-peugnet Date: Mon, 27 Apr 2020 13:35:29 +0200 Subject: fix password max size add error in hydrate --- 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 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 { -- cgit v1.2.3