mirror of
https://github.com/e107inc/e107.git
synced 2025-08-22 06:03:27 +02:00
PHP Notice/Warning removal. 'field-help' containers may now be customized with: data-placement="[top|right|bottom|left]"
This commit is contained in:
@@ -2435,6 +2435,9 @@ class pluginBuilder
|
||||
$legacyFile = e_PLUGIN.$this->pluginName."/plugin.php";
|
||||
if(file_exists($legacyFile))
|
||||
{
|
||||
$eplug_name = $eplug_author = $eplug_url = $eplug_description = "";
|
||||
$eplug_tables = array();
|
||||
|
||||
require_once($legacyFile);
|
||||
$mes = e107::getMessage();
|
||||
$mes->addInfo("Loading plugin.php file");
|
||||
|
Reference in New Issue
Block a user