[geeklog-cvs] geeklog: Fixed wrong view after posting a comment on a poll (bug...

geeklog-cvs at lists.geeklog.net geeklog-cvs at lists.geeklog.net
Sun Sep 5 04:31:24 EDT 2010


changeset 7968:83b9d0fd6693
url:  http://project.geeklog.net/cgi-bin/hgwebdir.cgi/geeklog/rev/83b9d0fd6693
user: Dirk Haun <dirk at haun-online.de>
date: Sun Sep 05 10:30:46 2010 +0200
description:
Fixed wrong view after posting a comment on a poll (bug #0001080, patch provided by Wojtek Szkutnik)

diffstat:

 plugins/polls/functions.inc |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r 49e08985065d -r 83b9d0fd6693 plugins/polls/functions.inc
--- a/plugins/polls/functions.inc	Sun Sep 05 10:15:58 2010 +0200
+++ b/plugins/polls/functions.inc	Sun Sep 05 10:30:46 2010 +0200
@@ -124,7 +124,7 @@
                 . COM_siteFooter();
     } else { // success
         $retval = COM_refresh ($_CONF['site_url']
-                                . "/polls/index.php?pid=$id&aid=-1");
+                                . "/polls/index.php?pid=$id");
     }
 
     return $retval;



More information about the geeklog-cvs mailing list