mirror of
https://github.com/e107inc/e107.git
synced 2025-08-12 01:25:01 +02:00
PHP Notice removal
This commit is contained in:
@@ -2986,9 +2986,19 @@ class e107plugin
|
||||
// Called to parse the (deprecated) plugin.php file
|
||||
function parse_plugin_php($plugName)
|
||||
{
|
||||
$mes = e107::getMessage();
|
||||
$tp = e107::getParser();
|
||||
|
||||
$eplug_conffile = null;
|
||||
$eplug_table_names = null;
|
||||
$eplug_prefs = null;
|
||||
$eplug_module = null;
|
||||
$eplug_userclass = null;
|
||||
$eplug_status = null;
|
||||
$eplug_latest = null;
|
||||
$eplug_icon = null;
|
||||
$eplug_icon_small = null;
|
||||
|
||||
|
||||
if (include(e_PLUGIN.$plugName.'/plugin.php'))
|
||||
{
|
||||
//$mes->add("Loading ".e_PLUGIN.$plugName.'/plugin.php', E_MESSAGE_DEBUG);
|
||||
|
Reference in New Issue
Block a user