Skip to content

Commit

Permalink
uneeded arg
Browse files Browse the repository at this point in the history
  • Loading branch information
leafo committed Jun 15, 2016
1 parent e55c41c commit 449ca09
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion community/flows/topics.lua
Expand Up @@ -225,7 +225,7 @@ do
self:write_moderation_log("topic.unarchive")
return true
end,
move_topic = function(self, category)
move_topic = function(self)
local Categories
Categories = require("community.models").Categories
self:load_topic_for_moderation()
Expand Down
2 changes: 1 addition & 1 deletion community/flows/topics.moon
Expand Up @@ -196,7 +196,7 @@ class TopicsFlow extends Flow
@write_moderation_log "topic.unarchive"
true

move_topic: (category) =>
move_topic: =>
import Categories from require "community.models"
@load_topic_for_moderation!

Expand Down

0 comments on commit 449ca09

Please sign in to comment.