浏览代码

Initialize $output

Thijs Kinkhorst 23 年之前
父节点
当前提交
8292e8fd09
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      plugins/listcommands/setup.php

+ 1 - 0
plugins/listcommands/setup.php

@@ -35,6 +35,7 @@ function plugin_listcommands_menu() {
                          'archive'     => _("List Archives"),
                          'owner'       => _("Contact Listowner"),
                          'help'        => _("Help"));
+    $output = array();
 
     foreach ($message->rfc822_header->mlist as $cmd => $actions) {