remove include statement of class file

This commit is contained in:
Tim Fry 2025-03-12 11:57:07 -03:00
parent 151af1aa4b
commit 89827df9fc
1 changed files with 0 additions and 1 deletions

View File

@ -133,7 +133,6 @@
//load an array of the database schema and compare it with the active database
if (!empty($action["upgrade_schema"]) && permission_exists("upgrade_schema")) {
require_once "resources/classes/schema.php";
$obj = new schema();
if (isset($action["data_types"]) && $action["data_types"] == 'true') {
$obj->data_types = true;