1
0
mirror of https://github.com/e107inc/e107.git synced 2025-07-30 19:30:25 +02:00

Fixes #3689 - RSS LAN fix

This commit is contained in:
Tijn Kuyper
2019-10-24 10:15:43 +02:00
parent fb3ac6e297
commit 1587cdb406

View File

@@ -177,7 +177,7 @@ if($rss = new rssCreate($content_type, $rss_type, $topic_id, $row))
else
{
require_once(HEADERF);
$ns->tablerender(RSS_LAN_ERROR_0, RSS_LAN_ERROR_1);
$ns->tablerender(LAN_ERROR, RSS_LAN_ERROR_1);
require_once(FOOTERF);
exit;
}