Skip to content

Commit

Permalink
QA: Using old variable
Browse files Browse the repository at this point in the history
  • Loading branch information
TheWitness committed Dec 10, 2024
1 parent 5908154 commit 72189f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package_import.php
Original file line number Diff line number Diff line change
Expand Up @@ -957,7 +957,7 @@ function import_validate_public_key($xmlfile, $accept = false) {
$accepted = db_fetch_cell_prepared('SELECT COUNT(*)
FROM package_public_keys
WHERE public_key = ?',
array($package_publickey));
array($info['pubkey']));

if ($accepted) {
return $info['pubkey'];
Expand Down

0 comments on commit 72189f9

Please sign in to comment.