register_module -> require_module

This commit is contained in:
David Anderson
2004-09-10 05:18:57 +00:00
parent a055d3d373
commit 90eafe59a6
6 changed files with 14 additions and 4 deletions

View File

@ -55,7 +55,7 @@ public plugin_init() {
public plugin_modules()
{
register_module("fun")
require_module("fun")
}
public actionTelMenu(id,key) {