From: Robin Appelman Date: Sun, 13 May 2012 19:22:08 +0000 (+0200) Subject: fix getting the db scheme from existing database X-Git-Tag: v4.0.0RC2~89^2~1 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=6b6477a90a2fc9b8129ff42f1023b2252e65b5a5;p=nextcloud-server.git fix getting the db scheme from existing database --- diff --git a/3rdparty/MDB2/Schema.php b/3rdparty/MDB2/Schema.php index c5ae69d69c4..5eeb97b055b 100644 --- a/3rdparty/MDB2/Schema.php +++ b/3rdparty/MDB2/Schema.php @@ -644,6 +644,7 @@ class MDB2_Schema extends PEAR if (PEAR::isError($result)) { return $result; } + $database_definition['tables'][$table_name]=$table_definition; }