Skip to content

Commit

Permalink
PHP 8.2 compatibility: Fixed more "Creation of dynamic property is
Browse files Browse the repository at this point in the history
deprecated" errors
  • Loading branch information
azett committed Jan 21, 2024
1 parent b2ade7a commit 104b960
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 3 additions & 0 deletions fp-includes/core/core.bplustree.class.php
Expand Up @@ -1562,6 +1562,9 @@ class BPlusTree {
var $fifo_enabled = false;

var $file = null;
var $nodesize = null;
var $keylen = null;
var $position = null;

/**
* constructor
Expand Down
3 changes: 2 additions & 1 deletion fp-includes/core/core.plugins.php
Expand Up @@ -6,7 +6,8 @@ class plugin_indexer extends fs_filelister {
var $_varname = 'fp_plugins';

var $_enabledlist = null;

var $enabledlist = null;

var $_directory = PLUGINS_DIR;

function __construct() {
Expand Down

0 comments on commit 104b960

Please sign in to comment.