Skip to content

Commit

Permalink
Use the correct result set
Browse files Browse the repository at this point in the history
  • Loading branch information
dlangille committed Mar 10, 2019
1 parent c6db14e commit c279d47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion classes/package_flavors.php
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ function FetchInitialise($PortID) {
if ($this->LocalResult) {
$numrows = pg_numrows($this->LocalResult);
if ($numrows == 1) {
$myrow = pg_fetch_array($result, 0);
$myrow = pg_fetch_array($this->LocalResult, 0);
}
}

Expand Down

0 comments on commit c279d47

Please sign in to comment.