1
0
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:
Achim Ennenbach 2018-06-21 21:27:32 +02:00 committed by Nick Liu
parent e96aea8748
commit 94cb469862
No known key found for this signature in database
GPG Key ID: 1167C5F9C9897637

View File

@ -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',