mirror of
https://github.com/e107inc/e107.git
synced 2025-01-18 05:09:05 +01:00
Removed the orphaned debug message
concerning "legacy forum menu prefs detected. Upgrading ..." as it actually doesn't detect or upgrade anything.
This commit is contained in:
parent
e96aea8748
commit
94cb469862
@ -2430,7 +2430,8 @@ class e107forum
|
||||
public function upgradeLegacyPrefs()
|
||||
{
|
||||
|
||||
e107::getMessage()->addDebug("Legacy Forum Menu Pref Detected. Upgrading..");
|
||||
// Commented out as it is irritating to get this message and nothing is done or has to be done.
|
||||
//e107::getMessage()->addDebug("Legacy Forum Menu Pref Detected. Upgrading..");
|
||||
|
||||
$legacyMenuPrefs = array(
|
||||
'newforumposts_caption' => 'caption',
|
||||
|
Loading…
x
Reference in New Issue
Block a user