1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-19 04:41:53 +02:00

Library path fix.

This commit is contained in:
Cameron
2021-11-26 12:43:23 -08:00
parent 4cbdf3901a
commit 0171ab4e84
2 changed files with 4 additions and 2 deletions

View File

@@ -30,7 +30,7 @@ if(!class_exists("hero_setup"))
{
if(!e107::getDb()->isEmpty('hero'))
{
return null;
return null;
}
$ret = e107::getXml(true)->e107Import(e_PLUGIN."hero/xml/install.xml");