Package: gosa
Severity: important
Version: 2.7.4+reloaded2-2
Tags: patch
User: debian-...@lists.debian.org
Usertags: debian-edu
X-Debbugs-Cc: debian-...@lists.debian.org

I see the below errors on my Debian Edu main server running GOsa²:

"""
Aug 5 20:03:37 tjener apache2: GOsa[gabmik]: (view) error : PHP error: Undefined property: usertabs::$isPluginModified (/usr/share/gosa/include/class_tabs.inc, line 190)
"""

Reason: $isPluginModified is not defined in the properties declaration section of class "tabs" (in gosa-core/include/class_tabs.inc).

Simply adding

"""
  var $isPluginModified = FALSE;
"""

directly below

"""
  var $multiple_support_active = FALSE;
"""

fixes the issue.

Mike

--

DAS-NETZWERKTEAM
mike gabriel, herweg 7, 24357 fleckeby
fon: +49 (1520) 1976 148

GnuPG Key ID 0x25771B31
mail: mike.gabr...@das-netzwerkteam.de, http://das-netzwerkteam.de

freeBusy:
https://mail.das-netzwerkteam.de/freebusy/m.gabriel%40das-netzwerkteam.de.xfb

Attachment: pgpxT4vqBjyWS.pgp
Description: Digitale PGP-Signatur

Reply via email to