Skip to content

Commit

Permalink
Fixed very important missing UPDATE template variable
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-vandenberg committed Apr 15, 2021
1 parent dba3155 commit a729d91
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions core/templates.php
Original file line number Diff line number Diff line change
Expand Up @@ -441,6 +441,8 @@
// Get hidden input value
${COLUMN_ID} = $_POST["{COLUMN_ID}"];
{CREATE_POST_VARIABLES}
// Prepare an update statement
$dsn = "mysql:host=$db_server;dbname=$db_name;charset=utf8mb4";
$options = [
Expand Down

0 comments on commit a729d91

Please sign in to comment.