[geeklog-cvs] geeklog: Fixed problem uninstalling plugins - missing globals (b...

geeklog-cvs at lists.geeklog.net geeklog-cvs at lists.geeklog.net
Thu Dec 31 09:56:46 EST 2009


changeset 7565:1b1b57510fc9
url:  http://project.geeklog.net/cgi-bin/hgwebdir.cgi/geeklog/rev/1b1b57510fc9
user: Dirk Haun <dirk at haun-online.de>
date: Thu Dec 31 15:26:05 2009 +0100
description:
Fixed problem uninstalling plugins - missing globals (bug #0001048)

diffstat:

 public_html/admin/plugins.php |  2 +-
 public_html/docs/history      |  1 +
 2 files changed, 2 insertions(+), 1 deletions(-)

diffs (23 lines):

diff -r c704921e03c8 -r 1b1b57510fc9 public_html/admin/plugins.php
--- a/public_html/admin/plugins.php	Thu Dec 31 15:17:54 2009 +0100
+++ b/public_html/admin/plugins.php	Thu Dec 31 15:26:05 2009 +0100
@@ -396,7 +396,7 @@
 */
 function do_uninstall($pi_name)
 {
-    global $_CONF;
+    global $_CONF, $_TABLES, $_DB_table_prefix;
 
     $retval = false;
 
diff -r c704921e03c8 -r 1b1b57510fc9 public_html/docs/history
--- a/public_html/docs/history	Thu Dec 31 15:17:54 2009 +0100
+++ b/public_html/docs/history	Thu Dec 31 15:26:05 2009 +0100
@@ -3,6 +3,7 @@
 ??? ??, 2010 (1.6.2)
 ------------
 
+- Fixed problem uninstalling plugins - missing globals (bug #0001048)
 - Added an option to create a copy of a story (feature request #0000811) [Dirk]
 - Updated FCKeditor to version 2.6.5 [Dirk]
 - Prepare database for storing IPv6 addresses (feature request #0000971) [Dirk]



More information about the geeklog-cvs mailing list