mirror of
https://github.com/e107inc/e107.git
synced 2025-08-19 21:02:09 +02:00
Plugin script tests and PHP8 fixes.
This commit is contained in:
@@ -63,7 +63,7 @@ header('Content-type: application/xml', TRUE);
|
||||
$xml = "<?xml version='1.0' encoding='UTF-8'?>
|
||||
<urlset xmlns='http://www.sitemaps.org/schemas/sitemap/0.9'>";
|
||||
|
||||
$smArray = $sql ->retrieve("gsitemap", "*", "gsitemap_active IN (".USERCLASS_LIST.") ORDER BY gsitemap_order ",true);
|
||||
$smArray = e107::getDb()->retrieve("gsitemap", "*", "gsitemap_active IN (".USERCLASS_LIST.") ORDER BY gsitemap_order ",true);
|
||||
|
||||
foreach($smArray as $sm)
|
||||
{
|
||||
|
Reference in New Issue
Block a user