mirror of
https://github.com/e107inc/e107.git
synced 2025-08-03 05:07:27 +02:00
Improve debug message.
This commit is contained in:
@@ -6164,7 +6164,7 @@ class e_admin_ui extends e_admin_controller_ui
|
|||||||
if($this->pluginName !== 'core' && !e107::isInstalled($this->pluginName))
|
if($this->pluginName !== 'core' && !e107::isInstalled($this->pluginName))
|
||||||
{
|
{
|
||||||
$obj = get_class($this);
|
$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;
|
return $this;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user