CVS update: /cowiki/includes/cowiki/plugin/

[email protected] 3 Aug 2005 00:04:00 -0000
Newsgroups gmane.comp.php.cowiki.cvs
Message-ID <[email protected]>
User: dgorski 
Date: 2005/08/02 17:04:00

Modified:
   cowiki/includes/cowiki/plugin/class.PrivateFrontControlDisplay.php

Log:
 Sumbission sentinel checks CMD_MOVEDOC

File Changes:

Directory: /cowiki/includes/cowiki/plugin/
==========================================

File [changed]: class.PrivateFrontControlDisplay.php
Url: http://cowiki.tigris.org/source/browse/cowiki/includes/cowiki/plugin/class.PrivateFrontControlDisplay.php?r1=1.13&r2=1.14
Delta lines:  +3 -3
-------------------
--- class.PrivateFrontControlDisplay.php	16 Jan 2005 23:32:09 -0000	1.13
+++ class.PrivateFrontControlDisplay.php	3 Aug 2005 00:03:57 -0000	1.14
@@ -2,7 +2,7 @@
 
 /**
  *
- * $Id: class.PrivateFrontControlDisplay.php,v 1.13 2005/01/16 23:32:09 dgorski Exp $
+ * $Id: class.PrivateFrontControlDisplay.php,v 1.14 2005/08/03 00:03:57 dgorski Exp $
  *
  * This file is part of coWiki. coWiki is free software under the terms of
  * the GNU General Public License (GPL). Read the LICENSE file. If you did
@@ -32,7 +32,7 @@
  * @author      Daniel T. Gorski, <[email protected]>
  * @copyright   (C) Daniel T. Gorski, {@link http://www.develnet.org}
  * @license     http://www.gnu.org/licenses/gpl.html
- * @version     $Revision: 1.13 $
+ * @version     $Revision: 1.14 $
  *
  */
 
@@ -106,10 +106,10 @@
             switch ($this->Request->get('cmd')) {
                 case CMD_NEWDIR:
                 case CMD_EDITDIR:
+                case CMD_MOVENODE:
                 case CMD_EDITDOC:
                 case CMD_NEWDOC:
                 case CMD_SIMDOC:
-                case CMD_MOVEDOC:
                 case CMD_PRNTDOC:
                 case CMD_XMLDOC:
                 case CMD_SRCHDOC: