1
0
mirror of https://github.com/e107inc/e107.git synced 2025-07-30 19:30:25 +02:00

Moved debug info to footer.

This commit is contained in:
Cameron
2019-07-01 20:39:01 -07:00
parent de1896c667
commit 56ac781a2b

View File

@@ -1063,7 +1063,7 @@ if (!class_exists('e107table', false))
else
{
$key = '_generic_';
e107::getMessage()->addDebug("Possible issue: Missing a Unique Tablerender ID. Use \$ns->setUniqueId() in the plugin script prior to setContent(). See 'source code' for more information."); // debug only, no LAN.
e107::getDebug()->log("Possible issue: Missing a Unique Tablerender ID. Use \$ns->setUniqueId() in the plugin script prior to setContent(). See 'source code' for more information."); // debug only, no LAN.
}
$this->content[$key][$type] = (string) $val;