Fix #15334 - export of GIS visualisation not working
[ci skip]
Missed use case in bbac072fb5
Signed-off-by: William Desportes <williamdes@wdes.fr>
This commit is contained in:
parent
83337ec8c9
commit
97d25f4e51
@ -31,6 +31,8 @@ if (isset($_GET['sql_query']) && isset($_GET['sql_signature'])) {
|
||||
if (Core::checkSqlQuerySignature($_GET['sql_query'], $_GET['sql_signature'])) {
|
||||
$sqlQuery = $_GET['sql_query'];
|
||||
}
|
||||
} elseif (isset($_POST['sql_query'])) {
|
||||
$sqlQuery = &$GLOBALS['sql_query'];
|
||||
}
|
||||
|
||||
/* Define dependencies for the concerned controller */
|
||||
|
||||
Loading…
Reference in New Issue
Block a user