diff --git a/fp-includes/core/core.bplustree.class.php b/fp-includes/core/core.bplustree.class.php index 90d42cf..d2fbc0a 100755 --- a/fp-includes/core/core.bplustree.class.php +++ b/fp-includes/core/core.bplustree.class.php @@ -2614,18 +2614,11 @@ class caching_SBPT extends SBPlusTree { var $cache = array(); - function __construct($infile, $stringfile, - $maxstring = 256, - $pos=null, $nodesize=null, $keylen=null) { - $this->SBPlusTree($infile, $stringfile, - $maxstring, - $pos, $nodesize, $keylen); - } - function caching_SBPT($infile, $stringfile, $maxstring = 256, $pos=null, $nodesize=null, $keylen=null) { - $this->__construct($infile, $stringfile, + + parent::SBPlusTree($infile, $stringfile, $maxstring, $pos, $nodesize, $keylen); }