Package: gosa-plugins-pwreset
Version: 0.99.4-1
Severity: grave

We found a remaining PHP-7 incompatibility in addons/pwreset/tabs_pwreset.inc:

```
diff --git a/addons/pwreset/tabs_pwreset.inc b/addons/pwreset/tabs_pwreset.inc
index bd7f889..f01214c 100644
--- a/addons/pwreset/tabs_pwreset.inc
+++ b/addons/pwreset/tabs_pwreset.inc
@@ -24,7 +24,7 @@ class pwresettab extends tabs
 
   function __construct($config, $data, $dn)
   {
-    tabs::tabs($config, $data, $dn);
+    tabs::__construct($config, $data, $dn);
   }
 
   function save_object($save_current= FALSE)
```

The fix needs to be applied to the unstable and the stretch version.

Mike

-- System Information:
Debian Release: 9.3
  APT prefers stable
  APT policy: (990, 'stable'), (500, 'stable-updates')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 4.9.0-4-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8), 
LANGUAGE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Reply via email to