mirror of
https://github.com/devcode-it/openstamanager.git
synced 2025-01-23 04:19:59 +01:00
Fix #508
This commit is contained in:
parent
d943531a42
commit
cbca4848e7
@ -8,11 +8,7 @@ if (isset($id_record)) {
|
||||
include __DIR__.'/init.php';
|
||||
}
|
||||
|
||||
?><form action="editor.php?id_module=$id_module$<?php
|
||||
if (isset($id_record)) {
|
||||
echo '&id_record='.$id_record;
|
||||
}
|
||||
?>" method="post" id="add-form">
|
||||
?><form action="" method="post" id="add-form">
|
||||
<input type="hidden" name="backto" value="record-edit">
|
||||
|
||||
<?php
|
||||
|
Loading…
Reference in New Issue
Block a user