mirror of
https://github.com/e107inc/e107.git
synced 2025-07-31 20:00:37 +02:00
Code cleanup / globals removal etc.
This commit is contained in:
@@ -127,7 +127,7 @@ switch($this->parm){ //FIXME use v2.x standard and replace this with $parm['url'
|
||||
}
|
||||
|
||||
$rss[$i]['title'] = $value['thread_name'];
|
||||
$rss[$i]['link'] = $e107->base_path.$PLUGINS_DIRECTORY."forum/forum_viewtopic.php?".$value['thread_id'];
|
||||
$rss[$i]['link'] = SITEURLBASE.e_PLUGIN_ABS."forum/forum_viewtopic.php?".$value['thread_id'];
|
||||
$rss[$i]['description'] = $value['thread_thread'];
|
||||
$rss[$i]['datestamp'] = $value['thread_datestamp'];
|
||||
|
||||
|
Reference in New Issue
Block a user