[geeklog-cvs] geeklog: Wrong message ...

geeklog-cvs at lists.geeklog.net geeklog-cvs at lists.geeklog.net
Fri Oct 3 09:10:04 EDT 2008


details:   http://project.geeklog.net/cgi-bin/hgweb.cgi/rev/22f37d16d476
changeset: 6411:22f37d16d476
user:      Dirk Haun <dirk at haun-online.de>
date:      Fri Oct 03 15:09:52 2008 +0200
description:
Wrong message ...

diffstat:

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

diffs (12 lines):

diff -r 2499b63f85dd -r 22f37d16d476 public_html/profiles.php
--- a/public_html/profiles.php	Fri Oct 03 14:41:57 2008 +0200
+++ b/public_html/profiles.php	Fri Oct 03 15:09:52 2008 +0200
@@ -481,7 +481,7 @@
                                           $_POST['shortmsg'])
                          . COM_siteFooter ();
             } else {
-                $msg = PLG_itemPreSave ('emailstory', $message);
+                $msg = PLG_itemPreSave ('emailstory', $_POST['shortmsg']);
                 if (!empty ($msg)) {
                     $display .= COM_siteHeader ('menu', '')
                              . COM_errorLog ($msg, 2)



More information about the geeklog-cvs mailing list