Skip to content

Commit

Permalink
PHP8 fixes, happy new year
Browse files Browse the repository at this point in the history
  • Loading branch information
Gargaj committed Dec 31, 2023
1 parent 0d6dfd9 commit eea12d3
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions prod.php
Original file line number Diff line number Diff line change
Expand Up @@ -819,10 +819,13 @@ function isEventEligible($event, $prod)
return true;
}

class PouetBoxProdAwardSuggestions extends PouetBox {
var $data;
var $prod;
var $id;
class PouetBoxProdAwardSuggestions extends PouetBox
{
public $data;
public $prod;
public $id;
public $prodID;
public $votes;
function __construct($id)
{
parent::__construct();
Expand Down

0 comments on commit eea12d3

Please sign in to comment.