[geeklog-cvs] geeklog: Fix for calendar plugin - unable to add personal event

geeklog-cvs at lists.geeklog.net geeklog-cvs at lists.geeklog.net
Thu Jan 22 16:31:13 EST 2009


details:   http://project.geeklog.net/cgi-bin/hgweb.cgi/rev/7ecb1ebb03c7
changeset: 6708:7ecb1ebb03c7
user:      blaine Lang <blaine at portalparts.com>
date:      Thu Jan 22 16:30:26 2009 -0500
description:
Fix for calendar plugin - unable to add personal event

diffstat:

2 files changed, 3 insertions(+), 7 deletions(-)
public_html/calendar/index.php |    8 ++------
public_html/docs/history       |    2 +-

diffs (30 lines):

diff -r 10567844ea80 -r 7ecb1ebb03c7 public_html/calendar/index.php
--- a/public_html/calendar/index.php	Wed Jan 21 04:42:00 2009 +0000
+++ b/public_html/calendar/index.php	Thu Jan 22 16:30:26 2009 -0500
@@ -801,12 +801,8 @@
     break;
 
 case 'addentry':
-    if (SEC_checkToken()) {
-        $display .= plugin_submit_calendar($mode);
-        $display .= COM_siteFooter();
-    } else {
-        $display = COM_refresh($_CONF['site_url'] . '/calendar/index.php');
-    }
+     $display .= plugin_submit_calendar($mode);
+     $display .= COM_siteFooter();
     break;
 
 case 'savepersonal':
diff -r 10567844ea80 -r 7ecb1ebb03c7 public_html/docs/history
--- a/public_html/docs/history	Wed Jan 21 04:42:00 2009 +0000
+++ b/public_html/docs/history	Thu Jan 22 16:30:26 2009 -0500
@@ -66,7 +66,7 @@
 
 Jan ??, 2009 (1.5.2)
 ------------
-
+- Fix for calendar plugin - unable to add personal event [Blaine]
 - The comment submission form didn't show the user's full name when
   $_CONF['show_fullname'] was enabled [Dirk]
 - Comments were always showing the username, even when $_CONF['show_fullname']



More information about the geeklog-cvs mailing list