Add missing semicolon

This commit is contained in:
2019-01-06 01:30:26 +05:30
parent 17719e6f04
commit 522c0184a5

View File

@@ -465,7 +465,7 @@ $modules = array(
), ),
array( array(
"command" => "/commands", "command" => "/commands",
"function" => "commands()" "function" => "commands();"
) )
); );