mirror of
https://github.com/e107inc/e107.git
synced 2025-08-04 21:57:51 +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 = str_replace("`".MPREFIX, '`', $data[1]);
|
||||||
$createData .= ";";
|
$createData .= ";";
|
||||||
if(!file_exists($file) && empty($this->createFiles))
|
if(!file_exists($file)/* && empty($this->createFiles)*/)
|
||||||
{
|
{
|
||||||
file_put_contents($file,$createData);
|
file_put_contents($file,$createData);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user