[debian-edu-commits] debian-edu/pkg-team/ 02/03: debian/patches: Now really fix 1003_php7-compliance.patch. Thanks to Wolfgang Schweergit diff!

Mike Gabriel sunweaver at debian.org
Sat Jan 21 09:15:57 UTC 2017


This is an automated email from the git hooks/post-receive script.

sunweaver pushed a commit to branch master
in repository gosa-plugin-netgroups.

commit e57f10fe4f80d0c6aa388efb9376ca03741c6c17
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date:   Sat Jan 21 10:12:31 2017 +0100

    debian/patches: Now really fix 1003_php7-compliance.patch. Thanks to Wolfgang Schweergit diff!
---
 debian/patches/1003_php7-compliance.patch | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/patches/1003_php7-compliance.patch b/debian/patches/1003_php7-compliance.patch
index b17b39b..76a29e8 100644
--- a/debian/patches/1003_php7-compliance.patch
+++ b/debian/patches/1003_php7-compliance.patch
@@ -58,7 +58,7 @@ Author: Wolfgang Schweer <wschweer at arcor.de>
 -    function netgrouptabs($config, $data, $dn, $cat = "", $hide_refs = FALSE, $hide_acls = FALSE) {
 -        tabs::tabs($config, $data, $dn, "netgroups", $hide_refs, $hide_acls);
 +    function __construct($config, $data, $dn, $cat = "", $hide_refs = FALSE, $hide_acls = FALSE) {
-+        tabs::__plugin($config, $data, $dn, "netgroups", $hide_refs, $hide_acls);
++        tabs::__construct($config, $data, $dn, "netgroups", $hide_refs, $hide_acls);
          $this->addSpecialTabs();
      }
  

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-edu/pkg-team/gosa-plugin-netgroups.git



More information about the debian-edu-commits mailing list