mirror of
https://github.com/e107inc/e107.git
synced 2025-07-30 19:30:25 +02:00
Code cleanup and optimization
This commit is contained in:
@@ -282,7 +282,9 @@ class rssCreate
|
||||
$path = e_PLUGIN."forum/e_rss.php";
|
||||
break;
|
||||
|
||||
|
||||
case 8:
|
||||
case 11:
|
||||
if(!$this -> topicid)
|
||||
{
|
||||
return FALSE;
|
||||
@@ -291,13 +293,6 @@ class rssCreate
|
||||
break;
|
||||
|
||||
// case 10 was bugtracker
|
||||
case 11:
|
||||
if(!$this -> topicid)
|
||||
{
|
||||
return FALSE;
|
||||
}
|
||||
$path = e_PLUGIN."forum/e_rss.php";
|
||||
break;
|
||||
|
||||
case 'download':
|
||||
case 12:
|
||||
|
Reference in New Issue
Block a user