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  ce4792b46219f8001d6a5a7fb34d605cb507e706 (commit)
      from  517a672946ebf741c576aeaeba3e70728c18dbef (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=ce4792b46219f8001d6a5a7fb34d605cb507e706

commit ce4792b46219f8001d6a5a7fb34d605cb507e706
Author: Marc-Etienne Vargenau <[email protected]>
Date:   Tue Apr 27 16:28:40 2021 +0200

    Whitespace

diff --git a/src/common/widget/Widget_Rss.class.php 
b/src/common/widget/Widget_Rss.class.php
index ee91a30..424c703 100644
--- a/src/common/widget/Widget_Rss.class.php
+++ b/src/common/widget/Widget_Rss.class.php
@@ -32,7 +32,7 @@ require_once 'Widget.class.php';
 /* abstract */ class Widget_Rss extends Widget {
        var $rss_title;
        var $rss_url;
-       
+
        function __construct($id, $owner_id, $owner_type) {
                parent::__construct($id);
                $this->setOwner($owner_id, $owner_type);
diff --git a/src/www/widgets/widget.php b/src/www/widgets/widget.php
index 0c74e71..785923c 100644
--- a/src/www/widgets/widget.php
+++ b/src/www/widgets/widget.php
@@ -93,7 +93,7 @@ if ($good) {
                                        break;
                                case 'update':
                                        $layout_id = 
getIntFromRequest('layout_id');
-                                       if ($layout_id && 
+                                       if ($layout_id &&
                                            ($owner_type == 
WidgetLayoutManager::OWNER_TYPE_USER ||
                                                
forge_check_perm('project_admin', $group_id) ||
                                                
forge_check_global_perm('forge_admin') ||

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

Summary of changes:
 src/common/widget/Widget_Rss.class.php | 2 +-
 src/www/widgets/widget.php             | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
FusionForge

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

Reply via email to