mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-31 01:35:36 +02:00
Fixed error when user try to create a recon task. Ticket #2594
This commit is contained in:
parent
a338458ec2
commit
ed85373908
@ -240,7 +240,7 @@ if (isset($_GET["create"])) {
|
|||||||
|
|
||||||
$reason = __("Network provided is not correct");
|
$reason = __("Network provided is not correct");
|
||||||
}
|
}
|
||||||
elseif ($id_recon_script != 'NULL') {
|
elseif (!empty($id_recon_script)) {
|
||||||
$result = db_process_sql_insert('trecon_task', $values);
|
$result = db_process_sql_insert('trecon_task', $values);
|
||||||
}
|
}
|
||||||
else{
|
else{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user