FIX #18893 : source was overwrited by mistake

This commit is contained in:
Norbert Penel 2021-10-23 16:32:16 +02:00 committed by GitHub
parent 10813eadad
commit 64e58e305f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1559,8 +1559,6 @@ if ($action == 'create') {
}
}
$object = new Propal($db);
print '<form name="addprop" action="'.$_SERVER["PHP_SELF"].'" method="POST">';
print '<input type="hidden" name="token" value="'.newToken().'">';
print '<input type="hidden" name="action" value="add">';