mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-20 00:12:15 +00:00
This commit is contained in:
@@ -348,6 +348,11 @@ if(!$error)
|
||||
$variable->name = 'kontofilterstg';
|
||||
$variable->wert = $_POST['kontofilterstg'];
|
||||
}
|
||||
elseif(isset($_POST['name']))
|
||||
{
|
||||
$variable->name = $_POST['name'];
|
||||
$variable->wert = $_POST['wert'];
|
||||
}
|
||||
else
|
||||
{
|
||||
$error = true;
|
||||
|
||||
Reference in New Issue
Block a user