Skip to content

Commit 1578c50

Browse files
A1mDevRushaway
authored andcommitted
Fix php 8.3 warning
Deprecated: Creation of dynamic property AdminTask::$group is deprecated in /var/www/html/stats/pages/admin.php on line 259
1 parent a789f60 commit 1578c50

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

web/pages/admin.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -246,6 +246,7 @@ class AdminTask
246246
var $acclevel = 0;
247247
var $type = '';
248248
var $description = '';
249+
public $group;
249250

250251
function __construct($title, $acclevel, $type = 'general', $description = '', $group = '')
251252
{

0 commit comments

Comments
 (0)