This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "FusionForge".

The branch, master has been updated
       via  1956bb03f62a0d943f3159de1872e4556a76ebc3 (commit)
      from  ac75ac19a71aa27031158e7fdf819a355b9a7ed7 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
https://scm.fusionforge.org/anonscm/gitweb/?p=fusionforge/fusionforge.git;a=commitdiff;h=1956bb03f62a0d943f3159de1872e4556a76ebc3

commit 1956bb03f62a0d943f3159de1872e4556a76ebc3
Author: Franck Villaume <[email protected]>
Date:   Fri Sep 23 17:53:22 2016 +0200

    wrong var ...

diff --git a/src/common/widget/WidgetLayout.class.php 
b/src/common/widget/WidgetLayout.class.php
index bc7cd75..86d30e2 100644
--- a/src/common/widget/WidgetLayout.class.php
+++ b/src/common/widget/WidgetLayout.class.php
@@ -64,7 +64,7 @@ class WidgetLayout {
                                                        placeholder: 
'ui-state-highlight',
                                                        handle: 
'.widget_titlebar_handle',
                                                        update: function 
(event, ui) {
-                                                               var urlparams = 
'$urlprefix/widgets/updatelayout.php?owner=$owner_type'+$owner_id+'&layout_id='+$this->id;
+                                                               var urlparams = 
'$url_prefix/widgets/updatelayout.php?owner=$owner_type'+$owner_id+'&layout_id='+$this->id;
                                                                
jQuery('#'+value).children('div').each(function(){
                                                                        
urlparams += '&'+value+'[]='+jQuery(this).attr('id').replace('widget_','');
                                                                        });

-----------------------------------------------------------------------

Summary of changes:
 src/common/widget/WidgetLayout.class.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


hooks/post-receive
-- 
FusionForge

_______________________________________________
Fusionforge-commits mailing list
[email protected]
http://lists.fusionforge.org/cgi-bin/mailman/listinfo/fusionforge-commits

Reply via email to