Code: Alles auswählen
if ($action == "")
{
$this->formaction = "main.php";
}

Habe ich einen Bug gefunden ?
Ich habe das bei mir mal in
Code: Alles auswählen
if ($action == "")
{
$this->formaction = "main.php";
} else {
$this->formaction = $action;
}
Naechtliche Gruesse aus Bochum
UBO