From 5e13986a2b6e836e8ad8071f26c74f3533408cfb Mon Sep 17 00:00:00 2001 From: Mark Crane Date: Sat, 26 Jul 2014 22:48:32 +0000 Subject: [PATCH] Minor change to the database schema class --- resources/classes/schema.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/classes/schema.php b/resources/classes/schema.php index a6117de88c..516ec66fed 100644 --- a/resources/classes/schema.php +++ b/resources/classes/schema.php @@ -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) {