mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-16 05:50:55 +08:00
plugin sticky promotion do not change torrent original field
This commit is contained in:
@@ -36,6 +36,8 @@ class Plugin
|
||||
$className = str_replace('ServiceProvider', 'Repository', $provider);
|
||||
if (class_exists($className)) {
|
||||
call_user_func([new $className, 'boot']);
|
||||
} else {
|
||||
do_log("Plugin: $className not exists.", "error");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user