[geeklog-cvs] geeklog-1.3/public_html/admin plugins.php,1.41,1.42

blaine at iowaoutdoors.org blaine at iowaoutdoors.org
Sat Oct 23 17:31:40 EDT 2004


Update of /var/cvs/geeklog-1.3/public_html/admin
In directory www:/tmp/cvs-serv15528/public_html/admin

Modified Files:
	plugins.php 
Log Message:
$pi_name not being set correctly for the do_update (upgrade) - missing COM_applyFilter call.

Index: plugins.php
===================================================================
RCS file: /var/cvs/geeklog-1.3/public_html/admin/plugins.php,v
retrieving revision 1.41
retrieving revision 1.42
diff -C2 -d -r1.41 -r1.42
*** plugins.php	16 Oct 2004 16:42:42 -0000	1.41
--- plugins.php	23 Oct 2004 21:31:38 -0000	1.42
***************
*** 501,504 ****
--- 501,505 ----
  
  } else if ($mode == $LANG32[34]) {
+         $pi_name = COM_applyFilter ($HTTP_POST_VARS['pi_name']);
          $display .= COM_siteHeader ('menu');
          $display .= do_update ($pi_name);




More information about the geeklog-cvs mailing list