fmsystem-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Fmsystem-commits] [17169] eventplanner: remove double slash from redire


From: sigurdne
Subject: [Fmsystem-commits] [17169] eventplanner: remove double slash from redirect url
Date: Thu, 19 Oct 2017 09:50:00 -0400 (EDT)

Revision: 17169
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=17169
Author:   sigurdne
Date:     2017-10-19 09:49:59 -0400 (Thu, 19 Oct 2017)
Log Message:
-----------
eventplanner: remove double slash from redirect url

Modified Paths:
--------------
    trunk/eventplannerfrontend/inc/class.hook_helper.inc.php

Modified: trunk/eventplannerfrontend/inc/class.hook_helper.inc.php
===================================================================
--- trunk/eventplannerfrontend/inc/class.hook_helper.inc.php    2017-10-19 
13:34:11 UTC (rev 17168)
+++ trunk/eventplannerfrontend/inc/class.hook_helper.inc.php    2017-10-19 
13:49:59 UTC (rev 17169)
@@ -194,13 +194,13 @@
                                                        'menuaction' => 
phpgw::get_var('menuaction')
                                                )
                                        );
-                                       $base = '/eventplannerfrontend/';
+                                       $base = 'eventplannerfrontend/';
                                        $oArgs = '{menuaction:"' . 
phpgw::get_var('menuaction') .'"}';
                                }
                                else
                                {
                                        $action = 
$GLOBALS['phpgw']->link('/eventplannerfrontend/home.php');
-                                       $base = 
'/eventplannerfrontend/home.php';
+                                       $base = 'eventplannerfrontend/home.php';
                                        $oArgs = '{}';
                                }
 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]