소스 검색

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) {