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:
@@ -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");
|
||||
|
Reference in New Issue
Block a user