Merge pull request #19148 from homer8173/patch-27

FIX #18893 : source was overwrited by mistake
This commit is contained in:
Laurent Destailleur 2021-10-23 17:24:23 +02:00 committed by GitHub
commit 8d069cf657
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">';