mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2025-12-30 00:53:50 +00:00
Minor change to the database schema class
This commit is contained in:
@@ -336,7 +336,7 @@ include "root.php";
|
||||
}
|
||||
|
||||
//database create table
|
||||
private function db_create_table ($apps, $db_type, $table) {
|
||||
public function db_create_table ($apps, $db_type, $table) {
|
||||
foreach ($apps as $x => &$app) {
|
||||
foreach ($app['db'] as $y => $row) {
|
||||
if ($row['table'] == $table) {
|
||||
|
||||
Reference in New Issue
Block a user