diff options
author | polo <ordipolo@gmx.fr> | 2022-02-20 20:49:13 +0100 |
---|---|---|
committer | polo <ordipolo@gmx.fr> | 2022-02-20 20:49:13 +0100 |
commit | 758b3f359341f963946d6d34e8f39d2a9c1f6040 (patch) | |
tree | 3efb7f1da4be4157615419e630eb0d6efbcb6c3d /model/Album.php | |
parent | a5ddb2af05644972de70dab3225bab0797a93934 (diff) | |
download | melaine-758b3f359341f963946d6d34e8f39d2a9c1f6040.zip |
debuggage
Diffstat (limited to 'model/Album.php')
-rw-r--r-- | model/Album.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/model/Album.php b/model/Album.php index e716a99..5e93d05 100644 --- a/model/Album.php +++ b/model/Album.php | |||
@@ -175,7 +175,7 @@ class Album extends Article | |||
175 | fclose($fichier); | 175 | fclose($fichier); |
176 | chmod($nom_fichier, 0666); | 176 | chmod($nom_fichier, 0666); |
177 | 177 | ||
178 | return($Image->erreur); | 178 | //return($Image->erreur); |
179 | } | 179 | } |
180 | 180 | ||
181 | // delete | 181 | // delete |