From 5351752c99cf1ec45db582517b240103a60e8b72 Mon Sep 17 00:00:00 2001 From: Robert Sesek Date: Sat, 18 Apr 2020 17:57:50 -0400 Subject: [PATCH] Remove $bugsys->datastore. --- includes/init.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/includes/init.php b/includes/init.php index 5b0f685..fb26a92 100644 --- a/includes/init.php +++ b/includes/init.php @@ -77,7 +77,6 @@ require_once('./includes/language.php'); // init the big three $bugsys->options = array(); $bugsys->userinfo = array(); -bugdar::$datastore = array(); class bugdar { @@ -121,7 +120,6 @@ while ($store = $db->fetch_array($datastoretemp)) $bugsys->options = bugdar::$datastore['setting']; $bugsys->options['columnoptions'] = unserialize($bugsys->options['columnoptions']); -$bugsys->datastore = &bugdar::$datastore; unset(bugdar::$datastore['setting']); bugdar::$options = $bugsys->options; -- 2.22.5