[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 23:50:53 EST 2009
    
    
  
details:   http://project.geeklog.net/cgi-bin/hgweb.cgi/rev/07adf3e00771
changeset: 6709:07adf3e00771
user:      blaine Lang <blaine at portalparts.com>
date:      Thu Jan 22 23:49:07 2009 -0500
description:
Fix for calendar plugin - unable to add personal event
diffstat:
1 file changed, 2 insertions(+), 6 deletions(-)
public_html/calendar/index.php |    8 ++------
diffs (18 lines):
diff -r 639b6e768f25 -r 07adf3e00771 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 23:49:07 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':
    
    
More information about the geeklog-cvs
mailing list