1
0
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:
Cameron
2015-03-07 16:31:13 -08:00
parent 1e5ab81afe
commit 85f30c0292
3 changed files with 18 additions and 5 deletions

View File

@@ -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);