[geeklog-cvs] geeklog: Fixed E_ALL error

geeklog-cvs at lists.geeklog.net geeklog-cvs at lists.geeklog.net
Sun Nov 23 12:29:21 EST 2008


details:   http://project.geeklog.net/cgi-bin/hgweb.cgi/rev/daf8ec875097
changeset: 6481:daf8ec875097
user:      Dirk Haun <dirk at haun-online.de>
date:      Sun Nov 23 18:02:28 2008 +0100
description:
Fixed E_ALL error

diffstat:

1 file changed, 1 insertion(+), 1 deletion(-)
public_html/users.php |    2 +-

diffs (12 lines):

diff -r 371058dec30a -r daf8ec875097 public_html/users.php
--- a/public_html/users.php	Sun Nov 23 12:20:53 2008 +0100
+++ b/public_html/users.php	Sun Nov 23 18:02:28 2008 +0100
@@ -872,7 +872,7 @@
             $msg = COM_applyFilter($_GET['msg'], true);
         }
         $plugin = '';
-        if ($msg > 0) {
+        if (($msg > 0) && isset($_GET['plugin'])) {
             $plugin = COM_applyFilter($_GET['plugin']);
         }
         $display .= userprofile($uid, $msg, $plugin);



More information about the geeklog-cvs mailing list