From 839981c313ee806ea8cc263a081e911a164d1c4f Mon Sep 17 00:00:00 2001 From: polo Date: Sun, 30 Apr 2023 16:25:08 +0200 Subject: bricoles --- model/Article.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'model/Article.php') diff --git a/model/Article.php b/model/Article.php index 2ea80f8..0e8db61 100644 --- a/model/Article.php +++ b/model/Article.php @@ -18,7 +18,7 @@ class Article // pour un article (ou album) spécifique //public $fileName = ''; // = $_SESSION['nomFichier'] - public $fileCode = ''; // $_SESSION['target'] + public $fileCode = ''; // = $_SESSION['file_code'] protected $time; // timestamp pour noms des fichiers créés public function __construct(string $page, string $folder) -- cgit v1.2.3