mirror of
https://github.com/e107inc/e107.git
synced 2025-08-20 13:21:54 +02:00
Issue #3291 - gSitemap upgrades to save table and table_id info for syncing on changes. (coming soon)
This commit is contained in:
@@ -26,6 +26,8 @@ class forum_gsitemap // plugin-folder + '_rss'
|
||||
foreach($data as $row)
|
||||
{
|
||||
$import[] = array(
|
||||
'id' => $row['forum_id'],
|
||||
'table' => 'forum',
|
||||
'name' => $row['forum_name'],
|
||||
'url' => e107::url('forum','forum',$row, array('mode'=>'full')), // ('forum/forum/view', $row['forum_id']),
|
||||
'type' => LAN_PLUGIN_FORUM_NAME
|
||||
|
Reference in New Issue
Block a user