OSDN Git Service

Correct global
authorhenoheno <henoheno>
Thu, 5 Aug 2004 13:28:00 +0000 (22:28 +0900)
committerhenoheno <henoheno>
Thu, 5 Aug 2004 13:28:00 +0000 (22:28 +0900)
plugin/attach.inc.php

index 02aadb8..a86a634 100644 (file)
@@ -2,7 +2,7 @@
 /////////////////////////////////////////////////
 // PukiWiki - Yet another WikiWikiWeb clone.
 //
-//  $Id: attach.inc.php,v 1.43 2004/08/05 13:26:44 henoheno Exp $
+//  $Id: attach.inc.php,v 1.44 2004/08/05 13:28:00 henoheno Exp $
 //
 
 /*
@@ -570,6 +570,8 @@ EOD;
 
        function freeze($freeze, $pass)
        {
+               global $_attach_messages;
+
                if (! pkwk_login($pass)) return attach_info('err_adminpass');
 
                $this->getstatus();