Add missing semicolon

This commit is contained in:
Ceda EI 2019-01-06 01:30:26 +05:30
parent 17719e6f04
commit 522c0184a5
1 changed files with 1 additions and 1 deletions

View File

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