1
0
mirror of https://github.com/e107inc/e107.git synced 2025-05-04 19:27:54 +02:00

Improve debug message.

This commit is contained in:
Cameron 2019-02-14 14:05:44 -08:00
parent f5b16b5afb
commit a6b9b92c9e

View File

@ -6164,7 +6164,7 @@ class e_admin_ui extends e_admin_controller_ui
if($this->pluginName !== 'core' && !e107::isInstalled($this->pluginName))
{
$obj = get_class($this);
e107::getMessage()->addError($obj." \$pluginName: is not valid. (".$this->pluginName. ")"); // debug only.
e107::getMessage()->addWarning($obj."The plugin is not installed or \$pluginName: is not valid. (".$this->pluginName. ")"); // debug only.
return $this;
}