1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-06 14:46:56 +02:00

Issue #4501 Improve test.

This commit is contained in:
camer0n
2023-12-06 13:14:35 -08:00
parent f71661336b
commit d14d47aa65

View File

@@ -1097,7 +1097,7 @@ EOF;
{
$sql = e107::getDb();
if(!e107::isInstalled('rss'))
if(!e107::isInstalled('rss_menu'))
{
e107::getPlugin()->install('rss_menu');
}