[geeklog-cvs] geeklog: Reverted fix for bug #0000618 (reopened)

geeklog-cvs at lists.geeklog.net geeklog-cvs at lists.geeklog.net
Fri Oct 3 11:20:41 EDT 2008


details:   http://project.geeklog.net/cgi-bin/hgweb.cgi/rev/9fc901f37ffe
changeset: 6412:9fc901f37ffe
user:      Dirk Haun <dirk at haun-online.de>
date:      Fri Oct 03 15:35:09 2008 +0200
description:
Reverted fix for bug #0000618 (reopened)

diffstat:

2 files changed, 3 insertions(+), 3 deletions(-)
public_html/docs/history   |    3 +++
public_html/lib-common.php |    3 ---

diffs (26 lines):

diff -r 22f37d16d476 -r 9fc901f37ffe public_html/docs/history
--- a/public_html/docs/history	Fri Oct 03 15:09:52 2008 +0200
+++ b/public_html/docs/history	Fri Oct 03 15:35:09 2008 +0200
@@ -3,6 +3,9 @@
 ??? ??, 2008 (1.5.2)
 ------------
 
+- Reverted fix for bug #0000618 (COM_showMessage automatically picking up a
+  'plugin' parameter) as it's causing problems when displaying more than one
+  message on the same page [Dirk]
 - Added missing check for allowed IP addresses in downloader class
   (bug #0000709) [Dirk]
 - Force a refresh after uninstalling a plugin so that the plugin's entry
diff -r 22f37d16d476 -r 9fc901f37ffe public_html/lib-common.php
--- a/public_html/lib-common.php	Fri Oct 03 15:09:52 2008 +0200
+++ b/public_html/lib-common.php	Fri Oct 03 15:35:09 2008 +0200
@@ -4471,9 +4471,6 @@
     global $_CONF, $MESSAGE, $_IMAGE_TYPE;
 
     $retval = '';
-    if (empty($plugin) AND !empty($_REQUEST['plugin'])) {
-        $plugin = COM_applyFilter($_REQUEST['plugin']);
-    };
 
     if ($msg > 0) {
         $timestamp = strftime($_CONF['daytime']);



More information about the geeklog-cvs mailing list