diff options
author | vincent-peugnet <v.peugnet@free.fr> | 2018-12-04 13:55:04 +0100 |
---|---|---|
committer | vincent-peugnet <v.peugnet@free.fr> | 2018-12-04 13:55:04 +0100 |
commit | 13acdbd444b0ae26e83ab8cf62d60a7f59268545 (patch) | |
tree | 9186bda4bffa9751c5e93da2d09d762f40cc0adc /app/class/modelfont.php | |
parent | d0ef17169701f90a9dab5f50e3eb61954653cae2 (diff) | |
download | wcms-13acdbd444b0ae26e83ab8cf62d60a7f59268545.tar.gz wcms-13acdbd444b0ae26e83ab8cf62d60a7f59268545.zip |
admin panel
Diffstat (limited to 'app/class/modelfont.php')
-rw-r--r-- | app/class/modelfont.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/class/modelfont.php b/app/class/modelfont.php index 4059096..213da11 100644 --- a/app/class/modelfont.php +++ b/app/class/modelfont.php @@ -95,7 +95,7 @@ class Modelfont extends Model $extension_upload = strtolower($extension_upload); $uploadok = move_uploaded_file($file['font']['tmp_name'], $this::FONT_DIR . $id . '.' . $extension_upload); if ($uploadok) { - $message = 'uploadok'; + $message = true; } else { $message = 'uploaderror'; } |