mirror of
https://github.com/Mibew/mibew.git
synced 2025-03-03 18:38:31 +03:00
Fix issue with sprintf arguments in PluginManager
This commit is contained in:
parent
772aa904d9
commit
b0aa66c7cf
@ -120,7 +120,8 @@ class PluginManager
|
||||
if ($plugin_info->getVersion() != $plugin_info->getInstalledVersion()) {
|
||||
trigger_error(
|
||||
sprintf(
|
||||
'Versions of "%s" plugin in database and in file system are different!'
|
||||
'Versions of "%s" plugin in database and in file system are different!',
|
||||
$plugin_info->getName()
|
||||
),
|
||||
E_USER_WARNING
|
||||
);
|
||||
|
Loading…
Reference in New Issue
Block a user