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  fa8e8ce57d7b4509d65e6b8d510540ed7b0575d0 (commit)
      from  64fd7499a4d1a66c371162e5e44d2c997aa6f062 (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=fa8e8ce57d7b4509d65e6b8d510540ed7b0575d0

commit fa8e8ce57d7b4509d65e6b8d510540ed7b0575d0
Author: Franck Villaume <[email protected]>
Date:   Sun Nov 20 17:49:23 2016 +0100

    remove error_log

diff --git a/src/www/widgets/updatelayout.php b/src/www/widgets/updatelayout.php
index 65d67b1..51d2b72 100644
--- a/src/www/widgets/updatelayout.php
+++ b/src/www/widgets/updatelayout.php
@@ -34,8 +34,6 @@ $good = false;
 $redirect   = '/';
 $owner = $request->get('owner');
 
-error_log($owner);
-
 if ($owner) {
        $owner_id   = (int)substr($owner, 1);
        $owner_type = substr($owner, 0, 1);

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

Summary of changes:
 src/www/widgets/updatelayout.php | 2 --
 1 file changed, 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