diff --git a/www/lib/CoreLibs/DB/SQLiteIO.php b/www/lib/CoreLibs/DB/SQLiteIO.php index 709c2571..6d3713de 100644 --- a/www/lib/CoreLibs/DB/SQLiteIO.php +++ b/www/lib/CoreLibs/DB/SQLiteIO.php @@ -174,10 +174,10 @@ class SqLite implements SQL\Interface\DatabaseInterface sqlite_schema AS m, pragma_index_list(m.name) AS il, pragma_index_info(il.name) AS ii - WHERE m.name = ? + WHERE m.name = ?1 ) AS il_ii ON (ti.cid = il_ii.tbl_cid) WHERE - m.name = ? + m.name = ?1 SQL; while (is_array($row = $this->dbReturnArray($query, [$table]))) { $table_info[] = [