mirror of
https://gitlab.com/davical-project/davical.git
synced 2026-08-29 18:26:05 +00:00
Remove another E_NOTICE warning.
This commit is contained in:
parent
9322e84ac6
commit
1c16a45e3a
@ -106,7 +106,7 @@ if ( $confirmation_required ) {
|
||||
printf('<p><a href="%s&%s">%s</a></p>', $_SERVER['REQUEST_URI'], $confirmation_hash, translate("Confirm Deletion of the Relationship Type"));
|
||||
}
|
||||
|
||||
echo "<form method='post' enctype='multipart/form-data' action='$REQUEST_URI'>";
|
||||
printf( '<form method="post" enctype="multipart/form-data" action="%s">', $_SERVER['REQUEST_URI']);
|
||||
echo $browser->Render();
|
||||
echo "</form>";
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user