Update schema.php

This commit is contained in:
FusionPBX 2016-12-18 16:48:24 -07:00 committed by GitHub
parent d7550183c9
commit 211754ff6e
1 changed files with 1 additions and 0 deletions

View File

@ -463,6 +463,7 @@ if (!class_exists('schema')) {
if ($format=='') $format = $output_format;
//get the db variables
require_once "resources/classes/config.php";
$config = new config;
$config_exists = $config->exists();
$config_path = $config->find();