Hi i got after a Update to PHP 5.5.9 a Problem with my PHP Code. Can some one help me ?
}
public function update($_REQUEST) {
$form = this->createForm('', @$_REQUEST['aID']);
//$form->showQuery = true;
$form->saveExistingEntry();
return '<h1 class="go">Gespeichert</h1>';
}