1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-06 22:57:14 +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

@@ -1096,8 +1096,8 @@ EOF;
public function testRunFix() public function testRunFix()
{ {
$sql = e107::getDb(); $sql = e107::getDb();
if(!e107::isInstalled('rss')) if(!e107::isInstalled('rss_menu'))
{ {
e107::getPlugin()->install('rss_menu'); e107::getPlugin()->install('rss_menu');
} }