From eea12d3fec8d95028aa6ebf5a900e88dbdadcd40 Mon Sep 17 00:00:00 2001 From: Gargaj Date: Mon, 1 Jan 2024 00:08:22 +0100 Subject: [PATCH] PHP8 fixes, happy new year --- prod.php | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/prod.php b/prod.php index a28086f..7e9cec2 100644 --- a/prod.php +++ b/prod.php @@ -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();