mirror of
https://github.com/e107inc/e107.git
synced 2025-08-10 16:46:50 +02:00
Installation configuration fixes. RSS install now included default configuration correctly.
This commit is contained in:
@@ -1011,7 +1011,7 @@ class xmlClass
|
||||
foreach($tables as $tbl)
|
||||
{
|
||||
$eTable= str_replace(MPREFIX,"",$tbl);
|
||||
e107::getDB()->db_Select($eTable, "*");
|
||||
e107::getDB()->select($eTable, "*");
|
||||
$text .= "\t<dbTable name=\"".$eTable."\">\n";
|
||||
while($row = e107::getDB()-> db_Fetch())
|
||||
{
|
||||
|
Reference in New Issue
Block a user