mirror of
https://github.com/e107inc/e107.git
synced 2025-08-04 13:47:31 +02:00
Fix for plugin sql file builder fail.
This commit is contained in:
@@ -3653,7 +3653,7 @@ class pluginBuilder
|
||||
{
|
||||
$createData = str_replace("`".MPREFIX, '`', $data[1]);
|
||||
$createData .= ";";
|
||||
if(!file_exists($file) && empty($this->createFiles))
|
||||
if(!file_exists($file)/* && empty($this->createFiles)*/)
|
||||
{
|
||||
file_put_contents($file,$createData);
|
||||
}
|
||||
|
Reference in New Issue
Block a user