mirror of
https://github.com/e107inc/e107.git
synced 2025-08-12 09:34:54 +02:00
Forum upgrade fixes. Forum-attachments now converted in batches.
This commit is contained in:
@@ -2142,7 +2142,7 @@ class e107plugin
|
||||
|
||||
if (is_readable($setup_file))
|
||||
{
|
||||
if(e_PAGE == 'e107_update.php')
|
||||
if(e_PAGE == 'e107_update.php' && E107_DBG_INCLUDES)
|
||||
{
|
||||
$mes->addDebug("Found setup file <b>".$path."_setup.php</b> ");
|
||||
}
|
||||
@@ -2157,7 +2157,7 @@ class e107plugin
|
||||
|
||||
if (method_exists($obj, $method_name))
|
||||
{
|
||||
if(e_PAGE == 'e107_update.php')
|
||||
if(e_PAGE == 'e107_update.php' && E107_DBG_INCLUDES)
|
||||
{
|
||||
$mes->addDebug("Executing setup function <b>".$class_name." :: ".$method_name."()</b>");
|
||||
}
|
||||
@@ -2166,7 +2166,7 @@ class e107plugin
|
||||
}
|
||||
else
|
||||
{
|
||||
if(e_PAGE == 'e107_update.php')
|
||||
if(e_PAGE == 'e107_update.php' && E107_DBG_INCLUDES)
|
||||
{
|
||||
$mes->addDebug("Setup function ".$class_name." :: ".$method_name."() NOT found.");
|
||||
}
|
||||
|
Reference in New Issue
Block a user