From 61930c1277a5a229b87102b8e8319af3f32f2027 Mon Sep 17 00:00:00 2001 From: MEUNIER Thibaud Date: Sun, 17 Feb 2019 10:40:30 +0100 Subject: [PATCH] change a comment in block_image.php --- images/block_image.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/images/block_image.php b/images/block_image.php index d3f754a..5186240 100644 --- a/images/block_image.php +++ b/images/block_image.php @@ -26,7 +26,7 @@ $methode='hasard'; $mode=9999; // --- -// --- Le cas échéant, on cherche block passé en argument +// --- Le cas échéant, on cherche le block passé en argument // --- if (isset($_REQUEST['hash'])) $block_hash = $_REQUEST['hash']; if (isset($_REQUEST['methode'])) $methode = $_REQUEST['methode'];