Skip to content

Commit

Permalink
fix: misprint
Browse files Browse the repository at this point in the history
  • Loading branch information
David GABISON committed Sep 5, 2024
1 parent 031772e commit 30a6faf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion includes/database/class-give-db-meta.php
Original file line number Diff line number Diff line change
Expand Up @@ -512,7 +512,7 @@ public function __call( $name, $arguments ) {
$id = $arguments[1];
$meta_key = $arguments[2];
$meta_value = $arguments[3];
$delete_all = $arguments[3];
$delete_all = $arguments[4];
$this->is_filter_callback = true;

// Bailout.
Expand Down

0 comments on commit 30a6faf

Please sign in to comment.