1
0
mirror of https://github.com/e107inc/e107.git synced 2025-01-18 05:09:05 +01: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
No known key found for this signature in database
GPG Key ID: AAEA3CC2C5A308F2

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;
}