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:
parent
f5b16b5afb
commit
a6b9b92c9e
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user