mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-14 12:30:49 +08:00
torrent list cancel join category
This commit is contained in:
@@ -47,11 +47,11 @@ class Plugin
|
||||
continue;
|
||||
}
|
||||
$plugin = new $className;
|
||||
call_user_func([$plugin, 'boot']);
|
||||
$pluginIdName = "$className::ID";
|
||||
if (defined($pluginIdName)) {
|
||||
self::$plugins[constant($pluginIdName)] = $plugin;
|
||||
}
|
||||
call_user_func([$plugin, 'boot']);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user