change a comment in block_image.php

This commit is contained in:
2019-02-17 10:40:30 +01:00
parent 89215df21b
commit 61930c1277

View File

@@ -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'];