mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-04-08 18:55:09 +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");
|
||||
}
|
||||
elseif ($id_recon_script != 'NULL') {
|
||||
elseif (!empty($id_recon_script)) {
|
||||
$result = db_process_sql_insert('trecon_task', $values);
|
||||
}
|
||||
else{
|
||||
|
Loading…
x
Reference in New Issue
Block a user