aboutsummaryrefslogtreecommitdiff
path: root/app/class/modelfont.php
diff options
context:
space:
mode:
authorvincent-peugnet <v.peugnet@free.fr>2018-11-14 10:04:58 +0100
committervincent-peugnet <v.peugnet@free.fr>2018-11-14 10:04:58 +0100
commitb4c5790ef82a4cc248d40c8403e795089d06ab08 (patch)
tree8c5f1bb28b2b2a158c230dd3ce3a50c795b0bf11 /app/class/modelfont.php
parente1eb55024b67793e62e93696cffbd22ead855729 (diff)
downloadwcms-b4c5790ef82a4cc248d40c8403e795089d06ab08.tar.gz
wcms-b4c5790ef82a4cc248d40c8403e795089d06ab08.zip
article-render
Diffstat (limited to 'app/class/modelfont.php')
-rw-r--r--app/class/modelfont.php1
1 files changed, 1 insertions, 0 deletions
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))) {