OSDN Git Service

Added used but undefined global $_attach_messages
authorhenoheno <henoheno>
Fri, 13 Aug 2004 13:24:20 +0000 (22:24 +0900)
committerhenoheno <henoheno>
Fri, 13 Aug 2004 13:24:20 +0000 (22:24 +0900)
plugin/attach.inc.php

index 245ba8e..97a1c0e 100644 (file)
@@ -2,7 +2,7 @@
 /////////////////////////////////////////////////
 // PukiWiki - Yet another WikiWikiWeb clone.
 //
-//  $Id: attach.inc.php,v 1.51 2004/08/13 13:07:50 henoheno Exp $
+//  $Id: attach.inc.php,v 1.52 2004/08/13 13:24:20 henoheno Exp $
 //
 
 /*
@@ -77,7 +77,7 @@ function plugin_attach_convert()
 //-------- action
 function plugin_attach_action()
 {
-       global $vars;
+       global $vars, $_attach_messages;
 
        // Backward compatible
        if (isset($vars['openfile'])) {