From cf231986de73ae0362639ef6d5fdfc04fd0a3d76 Mon Sep 17 00:00:00 2001 From: F TEMPEZ Date: Tue, 2 Apr 2024 12:24:24 +0200 Subject: [PATCH] Folder 1.06 --- module/folder/view/config/config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/folder/view/config/config.php b/module/folder/view/config/config.php index 41ccbdf2..d3124af6 100644 --- a/module/folder/view/config/config.php +++ b/module/folder/view/config/config.php @@ -28,7 +28,7 @@
'Titre', - 'value' => empty ($this->getData(['module', $this->getUrl(0), 'title'])) ? 'RĂ©pertoire' : $this->getData(['module', $this->getUrl(0), 'title']) + 'value' => $this->getData(['module', $this->getUrl(0), 'title']) ]); ?>