From b4c5790ef82a4cc248d40c8403e795089d06ab08 Mon Sep 17 00:00:00 2001 From: vincent-peugnet Date: Wed, 14 Nov 2018 10:04:58 +0100 Subject: article-render --- app/class/modelfont.php | 1 + 1 file changed, 1 insertion(+) (limited to 'app/class/modelfont.php') diff --git a/app/class/modelfont.php b/app/class/modelfont.php index 135a3df..11ce6dd 100644 --- a/app/class/modelfont.php +++ b/app/class/modelfont.php @@ -4,6 +4,7 @@ class Modelfont extends Model { public function list() { + var_dump(Model::fontpath()); if ($handle = opendir(Model::fontpath())) { $list = []; while (false !== ($entry = readdir($handle))) { -- cgit v1.2.3