remove include statement of class file
This commit is contained in:
parent
151af1aa4b
commit
89827df9fc
|
|
@ -133,7 +133,6 @@
|
||||||
|
|
||||||
//load an array of the database schema and compare it with the active database
|
//load an array of the database schema and compare it with the active database
|
||||||
if (!empty($action["upgrade_schema"]) && permission_exists("upgrade_schema")) {
|
if (!empty($action["upgrade_schema"]) && permission_exists("upgrade_schema")) {
|
||||||
require_once "resources/classes/schema.php";
|
|
||||||
$obj = new schema();
|
$obj = new schema();
|
||||||
if (isset($action["data_types"]) && $action["data_types"] == 'true') {
|
if (isset($action["data_types"]) && $action["data_types"] == 'true') {
|
||||||
$obj->data_types = true;
|
$obj->data_types = true;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue