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/Modelrender.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/Modelrender.php')
-rw-r--r-- | app/class/Modelrender.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/class/Modelrender.php b/app/class/Modelrender.php index fa4a6a3..4722057 100644 --- a/app/class/Modelrender.php +++ b/app/class/Modelrender.php @@ -232,7 +232,7 @@ class Modelrender extends Modelpage public function gethead() { $id = $this->page->id(); - $globalpath = Model::globalpath(); + $globalpath = Model::dirtopath(Model::ASSETS_CSS_DIR); $renderpath = Model::renderpath(); $description = $this->page->description(); $title = $this->page->title(); |