1
0
mirror of https://github.com/e107inc/e107.git synced 2025-03-14 01:19:44 +01:00

Closes #3858 - clarified debug message

This commit is contained in:
Tijn Kuyper 2019-07-01 10:34:34 +02:00
parent 5930e62c21
commit de1896c667
No known key found for this signature in database
GPG Key ID: AAEA3CC2C5A308F2

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(). "); // debug only, no LAN.
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.
}
$this->content[$key][$type] = (string) $val;