1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-04 13:47:31 +02: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

View File

@@ -2430,7 +2430,8 @@ class e107forum
public function upgradeLegacyPrefs() 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( $legacyMenuPrefs = array(
'newforumposts_caption' => 'caption', 'newforumposts_caption' => 'caption',