A bunch of module bugfixes
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
--- @module Remove Org
|
||||
-- A simple module that calls a consent process on an org to remove it.
|
||||
-- A simple module that removes an org.
|
||||
|
||||
|
||||
--- Main module table
|
||||
@ -14,7 +14,7 @@ remove_org.data = {}
|
||||
|
||||
--- Initiate function
|
||||
-- @function initiate
|
||||
function remove_org:initiate(config, result)
|
||||
function remove_org:initiate(result)
|
||||
if self.org == modpol.instance then
|
||||
modpol.interactions.message(
|
||||
self.initiator,
|
||||
|
Reference in New Issue
Block a user